IEnumDVD_TEXT_LANGUAGE_UNIT (Windows Embedded CE 6.0)
1/6/2010
This interface is used to enumerate lists of DVD_TEXT_LANGUAGE_UNIT structures. IEnumDVD_CELL_PIECE is an IEnumDVD_XXXX interface and therefore has the standard methods of all such interfaces: Next, Skip, Reset, and Clone.
Remarks
You can obtain a pointer to an IEnumDVD_TEXT_LANGUAGE_UNIT interface in the following ways:
- By calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IEnumDVD_TEXT_LANGUAGE_UNIT interface identifier, see DVD-Video API Interface Identifiers.
- By calling the IDVDTextManager::EnumerateTextLanguageUnits method.
- By calling an existing IEnumDVD_TEXT_LANGUAGE_UNIT interface's Clone method.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IEnumDVD_XXXX
IEnumDVD_XXXX::Next
IEnumDVD_XXXX::Skip
IEnumDVD_XXXX::Reset
IEnumDVD_XXXX::Clone
IDVDTextManager::EnumerateTextLanguageUnits