Share via


MSVidWebDVD.DefaultAudioLanguageExt Property

 
Microsoft DirectShow 9.0

MSVidWebDVD.DefaultAudioLanguageExt Property

This topic applies to Windows XP Service Pack 1 or later.

The DefaultAudioLanguageExt property retrieves the default audio language extension.

Syntax

  VidWebDVD
  .DefaultAudioLanguageExt As Long

Parameters

This property takes no parameters.

Return Values

Returns a Long value indicating the default audio language extension:

Value Description
0 Not specified
1 Captions
2 Visually impaired
3 Director comments 1
4 Director comments 2

Error Codes

If the property fails, Err.Number may be set to one of the following values.

Value Description
E_UNEXPECTED Unspecified error.
VFW_E_DVD_INVALIDDOMAIN You attempted to take the value in a domain that does not support this property.

Remarks

This property is read-only. Currently, few discs specify this property, instead returning 0 (not specified).

Example

' Returning the property.
lLanguageExt = VidWebDVD.DefaultAudioLanguageExt

Requirements

Reference: Add a reference to MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library.

Library: Quartz.dll.

See Also