DualMonoInfo Structure

[This documentation is preliminary and is subject to change.]

Specifies the languages for an MPEG-2 dual-mono audio stream.

Syntax

typedef struct _DualMonoInfo {
  LANGID LangID1;
  LANGID LangID2;
  LONG lISOLangCode1;
  LONG lISOLangCode2;
} DualMonoInfo;

Members

  • LangID1
    A locale identifier (LCID) that specifies the first language.

  • LangID2
    An LCID that specifies the second language.

  • lISOLangCode1
    The ISO 639 language code for the first language.

  • lISOLangCode2
    The ISO 639 language code for the second language.

Requirements

Client Requires Windows 7.
Header Declared in Bdamedia.h.

Send comments about this topic to Microsoft

Build date: 12/4/2008