Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This interface provides information about and access to the current text items.
The following table lists the methods for IDVDTextManager in the order they are called by the compiler.
| Method | Description |
|---|---|
Returns an IEnumDVD_TEXT_LANGUAGE_UNIT interface to enumerate all of the text data language unit search pointers (TXTDT_LU_SRP). |
|
Returns the number of item text search pointers (IT_TXT_SRP_Ns) for a specified title in a specified text data language unit (TXTDT_LU). |
|
Returns an IEnumDVD_TEXT_ITEM interface to enumerate the item text (IT_TXT) elements for a specified title in a specified text data language unit (TXDT_LU). |
The IDVDTextManager interface, like all COM interfaces, inherits the IUnknown interface methods.
The IUnknown interface supports the following methods:
Remarks
You can obtain a pointer to an IDVDTextManager interface in the following ways:
- By calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IDVDTextManger interface identifier, see DVD-Video API Interface Identifiers.
- By calling the IDVDVideoVolume::GetTextDataManager method.
Requirements
| Header | dvdata.h, dvdata.idl |
| Library | Ddvdids.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |