Share via


IDVDTextManager (Windows CE 5.0)

Send Feedback

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
EnumerateTextLanguageUnits Returns an IEnumDVD_TEXT_LANGUAGE_UNIT interface to enumerate all of the text data language unit search pointers (TXTDT_LU_SRP).
GetTextItemsCount 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).
EnumerateTitleTextItems 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:

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

DVD-Video API Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.