Share via


IDVDDataSearchInfo::GetNextInterleavedUnit

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).

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 Values

If the function succeeds, the return value is S_OK.

Requirements

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

See Also

IDVDDataSearchInfo

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.