IDVDTextManager::EnumerateTitleTextItems (Windows Embedded CE 6.0)
1/6/2010
This method 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). This method can also return an interface to enumerate the IT_TXT for the TXTDT_LU's volume.
Syntax
HRESULT EnumerateTitleTextItems(
DVD_TEXT_LANGUAGE_UNIT* pTLU,
UINT8 title,
IEnumDVD_TEXT_ITEM** ppEnum
);
Parameters
- pTLU
[in] Specified pointer to a DVD_TEXT_LANGUAGE_UNIT structure obtained from a previous call to IDVDTextManager::EnumerateTextLanguageUnits.
title
[in] Specified title number in the range from 1 to 99.A title value of 0 will return data for the TXDT_LU's volume.
- ppEnum
[out] Pointer to a IDVDTextManager::EnumerateTextLanguageUnits interface enumerating the IT_TXT in the TXTDT_LU, specified by pTLU, for the title specified by title.
Return Value
This method always returns S_OK.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IDVDTextManager
IDVDTextManager::EnumerateTextLanguageUnits
DVD_TEXT_LANGUAGE_UNIT