IToiMediaPlayerBase::TToiAudioStreamInfo Struct Reference


Description

Audio stream data structure used to return audio stream information. Depending on the stream format some fields will be reported as unknown.

import "IToiMediaPlayerBase.idl";

List of all members.

Public Attributes

string Encoding
long SampleRate
IToiMediaPlayerBase::TToiAudioChannelFormat ChannelFormat
IToiMediaPlayerBase::TToiAudioChannelMode ChannelMode
string Language
string SubLanguage
IToiMediaPlayerBase::TToiAudioAudienceType AudienceType
long ComponentTag

Member Data Documentation

The audio component tag value. The value will be set to -1 if it does not exist for the stream.

Type of audio encoding used. The string is empty if the encoding is unknown. The content of the string is determined by the decoder and is supplied for trouble-shooting reasons.

A three character code, as specified by ISO 639 part 2. For the dual mono format, it describes the main channel language.

The sample rate of the audio in samples per second. The value will be set to -1 if the sample rate is unknown. This will be reported as unknown if it is not the currently active audio stream.

A three character code, as specified by ISO 639 part 2. Only set for dual mono format, it describes the sub channel language