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";
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 |
The video aspect ratio that the subtitle is designed to be used with.
The type of the subtitle.
attribute string ToiMediaPlayerBaseSubtitleStreamInfo::language |
A three character code as specified by ISO 639 part 2.
attribute ToiMediaPlayerBase::TToiReceiveDmfMode ToiMediaPlayerBaseSubtitleStreamInfo::receiveDmfMode |
Receive DMF mode for ARIB CC/CS
Record DMF mode for ARIB CC/CS
The type of the subtitle.