IToiMediaPlayerBase::TToiStreamInfo Struct Reference


Description

Stream information data structure used to return generic metadata about a stream.

import "IToiMediaPlayerBase.idl";

List of all members.

Public Attributes

string Title
IToiMediaPlayerBase::TToiComponentSequence AvailableComponents
IToiMediaPlayerBase::TToiComponentSequence ActiveComponents
long PlayTime
IToiMediaPlayerBase::TToiPaceSequence Paces

Member Data Documentation

Technical Preview:
This list, if not empty, specifies supported paces for IToiMediaPlayer::Play() for the current stream. It is used for RTSP servers which support 'scales' parameter.

The duration of the stream in number of seconds. If the duration is unknown the value will be set to -1.

The title of the stream. The string is empty if the server does not support this feature.