This is the documentation for ToiMediaServicePlayerInfo.
Use toi.statics.ToiMediaServicePlayerInfo.create(<sessionId>, <url>, <state>, <reason>, <type>) to create an instance of ToiMediaServicePlayerInfo.
import "ToiMediaServicePlayerInfo.idl";
Public Attributes | |
| attribute ToiMediaSession::TToiSessionId | sessionId |
| attribute string | url |
| attribute ToiMediaPlayerBase::TToiState | state |
| attribute string | reason |
| attribute ToiMediaService::TToiPlayerType | type |
| attribute string ToiMediaServicePlayerInfo::reason |
The reason for the state change.
The session identifier.
The current player state.
Player Type.
| attribute string ToiMediaServicePlayerInfo::url |
The source URL for the media player.