ltmmDVDControl.GetDVDTextStringType Method

Visual Basic Example

Syntax

object.GetDVDTextStringType(LangIndex As Long, StringIndex As Long) As Long

Remarks

Retrieves the text string type for the specified language and string indexes.

Prior to calling this method, determine the total number of language blocks available. This value is found in the ltmmDVDControl.DVDTextNumberOfLanguages Property. Based on the value in the ltmmDVDControl.DVDTextNumberOfLanguages property, pass an appropriate index value for the Index parameter of the ltmmDVDControl.GetDVDTextLanguageLCID Method, to retrieve the number of strings in the specified language block. Then, pass an appropriate language index value and string index value to this method to retrieve the type of the specified string.

For more detailed information, refer the Microsoft documentation for IDvdInfo2::GetDVDTextStringAsUnicode at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getdvdtextstringasunicode.asp.

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.GetDVDTextLanguageLCID Method, ltmmDVDControl.DVDTextNumberOfLanguages Property, ltmmDVDControl.GetDVDTextNumberOfStrings Method, ltmmDVDControl.GetDVDTextString Method

Topics:

Multimedia Properties, Methods and Events