SelectDefaultAudioLanguage Method

 
Microsoft DirectShow 9.0

SelectDefaultAudioLanguage Method

This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.

The SelectDefaultAudioLanguage method sets the current default audio language in the MSWebDVD object.

Syntax

  MSWebDVD
  .SelectDefaultAudioLanguage(
  iLang, iExt);

Parameters

iLang

Specifies the language as an Integer LCID value. See the table under Working with LCIDs for possible values.

iExt

Specifies the DVD audio language extension as an integer value.

Value Description
0 NotSpecified
1 Captions
2 VisuallyImpaired
3 DirectorComments1
4 DirectorComments2

Return Values

No return value.