DualMonoInfo structure

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Bdamedia.h