ToiMediaServiceSessionInfo Interface Reference


Description

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";

List of all members.

Public Attributes

attribute
ToiMediaSession::TToiSessionId 
id
attribute
ToiMediaSession::TToiSessionType 
type
attribute string url
attribute
ToiMediaSession::TToiState 
state

Member Data Documentation

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.

The source URL for the session.