ToiMediaPlayerBaseSubtitleStreamInfo Interface Reference


Description

This is the documentation for ToiMediaPlayerBaseSubtitleStreamInfo.
Subtitle stream data structure used to return subtitle information. Use toi.statics.ToiMediaPlayerBaseSubtitleStreamInfo.create(<language>, <type>, <format>, <aspectRatio>, <receiveDmfMode>, <recordDmfMode>) to create an instance of ToiMediaPlayerBaseSubtitleStreamInfo.

import "ToiMediaPlayerBaseSubtitleStreamInfo.idl";

List of all members.

Public Attributes

attribute string language
attribute
ToiMediaPlayerBase::TToiSubtitleType 
type
attribute
ToiMediaPlayerBase::TToiSubtitleFormat 
format
attribute
ToiMediaPlayerBase::TToiAspectRatio 
aspectRatio
attribute
ToiMediaPlayerBase::TToiReceiveDmfMode 
receiveDmfMode
attribute
ToiMediaPlayerBase::TToiRecordDmfMode 
recordDmfMode

Member Data Documentation

The video aspect ratio that the subtitle is designed to be used with.

A three character code as specified by ISO 639 part 2.

Note:
{For DivX it's either und or languageTag-[countryTag] as specified in DivX media format specification.}

The type of the subtitle.

Note:
{For Avi/DivX request "_AviSubtitleTypeCode<trackId>" parameter to acquire subtitle type code}