Partager via


IDVDDataSearchInfo::GetSeamlessAngleChangeAddress

This method reads the seamless angle change information (SML_AGLI) and returns a specified seamless angle change's destination address (SML_AGL_Cn_DSTA) and size.

HRESULT GetSearmlessAngleChangeAddress(
  UINT8 angle,
  UINT32* pRLBN,
  UINT32* pLBSize
);

Parameters

  • angle
    [in] Specified angle number (1 – 9) to retrieve address and size information for.
  • pRLBN
    [out] Relative logical block number (RLBN) for the destination address of angle cell (AGL_C #n) corresponding to angle.
  • pLBSize
    [out] Size of the destination interleaved video unit (ILVU) of AGL_C #n corresponding to angle.

Return Values

If the function succeeds, the return value is S_OK.

If the method fails, the return value may be one of the following error values.

Error value Description
E_INVALIDARG One or more arguments is invalid.

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.