Microsoft DirectX 9.0

TVAudioMode Enumeration

Specifies the mode of a TV audio control.

Syntax

typedef enum tagTVAudioMode {
    AMTVAUDIO_MODE_MONO   = 0x0001,
    AMTVAUDIO_MODE_STEREO = 0x0002,
    AMTVAUDIO_MODE_LANG_A = 0x0010,
    AMTVAUDIO_MODE_LANG_B = 0x0020,
    AMTVAUDIO_MODE_LANG_C = 0x0040,
} TVAudioMode;

Elements

AMTVAUDIO_MODE_MONO

Specifies the audio is in mono.

AMTVAUDIO_MODE_STEREO

Specifies the audio is in stereo.

AMTVAUDIO_MODE_LANG_A

Specifies the audio is an additional language. See Remarks.

AMTVAUDIO_MODE_LANG_B

Specifies the audio is an additional language. See Remarks.

AMTVAUDIO_MODE_LANG_C

Specifies the audio is an additional language. See Remarks.

Remarks

When using bilingual TV Audio in a specific country/region the elements are defined as follows.

Elements Description
AMTVAUDIO_MODE_LANG_A Main multilingual audio program.
AMTVAUDIO_MODE_LANG_B Secondary multilingual audio program.
AMTVAUDIO_MODE_LANG_C Either a third language, or the main multilingual audio program plus the secondary multilingual audio program. For example, use this element to get English from one speaker and Japanese from the other speaker.

See Also