Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 3.75 KB

ne-strmif-dvd_audio_lang_ext.md

File metadata and controls

91 lines (68 loc) · 3.75 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:strmif.tagDVD_AUDIO_LANG_EXT
DVD_AUDIO_LANG_EXT (strmif.h)
Defines flags that indicate whether an audio stream contains audio language extensions.
DVD_AUDIO_LANG_EXT
DVD_AUDIO_LANG_EXT
DVD_AUDIO_LANG_EXT enumeration [DirectShow]
DVD_AUDIO_LANG_EXTEnumeration
DVD_AUD_EXT_Captions
DVD_AUD_EXT_DirectorComments1
DVD_AUD_EXT_DirectorComments2
DVD_AUD_EXT_NotSpecified
DVD_AUD_EXT_VisuallyImpaired
dshow.dvd_audio_lang_ext
strmif/DVD_AUDIO_LANG_EXT
strmif/DVD_AUD_EXT_Captions
strmif/DVD_AUD_EXT_DirectorComments1
strmif/DVD_AUD_EXT_DirectorComments2
strmif/DVD_AUD_EXT_NotSpecified
strmif/DVD_AUD_EXT_VisuallyImpaired
dshow\dvd_audio_lang_ext.htm
dshow
01d82199-18e1-4d84-add1-f4f6790155c8
4/26/2023
DVD_AUDIO_LANG_EXT, DVD_AUDIO_LANG_EXT , DVD_AUDIO_LANG_EXT enumeration [DirectShow], DVD_AUDIO_LANG_EXTEnumeration, DVD_AUD_EXT_Captions, DVD_AUD_EXT_DirectorComments1, DVD_AUD_EXT_DirectorComments2, DVD_AUD_EXT_NotSpecified, DVD_AUD_EXT_VisuallyImpaired, dshow.dvd_audio_lang_ext, strmif/DVD_AUDIO_LANG_EXT, strmif/DVD_AUD_EXT_Captions, strmif/DVD_AUD_EXT_DirectorComments1, strmif/DVD_AUD_EXT_DirectorComments2, strmif/DVD_AUD_EXT_NotSpecified, strmif/DVD_AUD_EXT_VisuallyImpaired
strmif.h
Dshow.h
Windows
Windows
DVD_AUDIO_LANG_EXT
19H1
tagDVD_AUDIO_LANG_EXT
strmif/tagDVD_AUDIO_LANG_EXT
DVD_AUDIO_LANG_EXT
strmif/DVD_AUDIO_LANG_EXT
c++
APIRef
kbSyntax
HeaderDef
strmif.h
DVD_AUDIO_LANG_EXT

DVD_AUDIO_LANG_EXT enumeration

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Defines flags that indicate whether an audio stream contains audio language extensions.

-enum-fields

-field DVD_AUD_EXT_NotSpecified:0

The DVD doesn't specify an audio language extension for this audio stream.

-field DVD_AUD_EXT_Captions:1

The audio stream contains captions.

-field DVD_AUD_EXT_VisuallyImpaired:2

The audio stream contains content for people with low vision.

-field DVD_AUD_EXT_DirectorComments1:3

The audio stream contains "director comments 1."

-field DVD_AUD_EXT_DirectorComments2:4

The audio stream contains "director comments 2."

-remarks

This enumeration is used in the IDvdInfo2::GetAudioAttributes and IDvdInfo2::GetDefaultAudioLanguage methods.

-see-also

DirectShow Enumerated Types

IDvdInfo2