ltmmDVDControl.DefaultSubpictureLanguageExt Property
object.DefaultSubpictureLanguageExt As Long |
Remarks
(Read only) This property is updated with the default subpicture language extension set using the ltmmDVDControl.SelectDefaultSubpictureLanguage Method. For a list of possible values, refer to the ltmmDVD_SUBPICTURE_LANG_EXT constants.
The ltmmDVDControl.DefaultSubpictureLanguage Property contains the default subpicture language.
Call the ltmmDVDControl.GetSubpictureLanguage Method to retrieve the language of a specified subpicture stream within the current title.
Call the ltmmDVDControl.SelectDefaultSubpictureLanguage Method to set the default subpicture language and extension.
For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetDefaultSubpictureLanguage at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getdefaultsubpicturelanguage.asp.
See Also