TVAudioMode Enumeration

Enumerated Types

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, such as Japan, the elements are defined as follows.

ElementsDescription
AMTVAUDIO_MODE_LANG_AMain multilingual audio program.
AMTVAUDIO_MODE_LANG_BSecondary multilingual audio program.
AMTVAUDIO_MODE_LANG_CEither 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.

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.