IDVDDataSearchInfo::GetNextInterleavedUnit (Windows Embedded CE 6.0)
1/6/2010
This method returns the next interleaved unit's start address (NXT_ILVU_SA) and the next interleaved unit's size (NXT_ILVU_SZ) from the seamless playback information (SML_PBI).
Syntax
HRESULT GetNextInterleavedUnit(
UINT32* pRLBN,
UINT16* pLBSize
);
Parameters
- pRLBN
[out] Pointer to the relative logical block number (RLBN) of NXT_ILVU_SA. This parameter returns 0 if there is no next interleaved unit.
- pLBSize
[out] Pointer to NXT_ILVU_SZ. This parameter returns 0xffff if there is no next interleaved unit.
Return Value
If the function succeeds, the return value is S_OK.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |