Share via


IDVDDataSearchInfo::GetSeamlessAngleChangeAddress (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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 Value

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

Header dvdata.h, dvdata.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDDataSearchInfo