ltmmDVDControl.GetDVDTextString Method

Visual Basic Example

Syntax

object.GetDVDTextString(LangIndex As Long, StringIndex As Long) As String

Remarks

Retrieves the text string for the specified language and string indexes in Unicode.

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.GetDVDTextNumberOfStrings 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 desired string.

For more detailed information, refer to 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.GetDVDTextStringType Method

Topics:

Multimedia Properties, Methods and Events