IToiMediaObserver Interface Reference
Description
The IToiMediaObserver interface is an observer interface which may be implemented by services and applications to be notified whenever a new media session is created, changed or closed.
- Note:
- Services or applications may choose to inherit the adapter class TToiMediaObserverAdapter, which provides a default empty implementation of IToiMediaObserver.
import "IToiMediaObserver.idl";
List of all members.
Member Function Documentation
This event is sent when new information about a stream handled by a session is available.
- Parameters:
-
| sessionInfo | A data structure with the session information. |
| streamInfo | A data structure with stream information. |