object.DefaultAudioLanguage As Long |
Remarks
(Read only) This property is updated with the default language set using the SelectDefaultAudioLanguage method.
This property is updated with an LCID value (containing a LANGID parameter) from which the programmer can extract the language information using the Win32 LANGIDFROMLCID macro.
For a listing of possible LANGID values, refer to the winnt.h library.
The ltmmDVDControl.DefaultAudioLanguageExt Property contains the default audio language.
For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetDefaultAudioLanguage.
Win32, x64
See Also