This is the documentation for ToiMediaServiceSessionInfo.
Information about a media session. Use toi.statics.ToiMediaServiceSessionInfo.create(<id>, <type>, <url>, <state>) to create an instance of ToiMediaServiceSessionInfo.
import "ToiMediaServiceSessionInfo.idl";
Public Attributes | |
attribute ToiMediaSession::TToiSessionId | id |
attribute ToiMediaSession::TToiSessionType | type |
attribute string | url |
attribute ToiMediaSession::TToiState | state |
The session identifier.
The current session state.
Bitmask for the types of the session, e.g. player and recorder types when the session is used for time shifting. Constants for the possible types are available in ToiMediaSession.
attribute string ToiMediaServiceSessionInfo::url |
The source URL for the session.