Share via


IDVDStreamControlInfo::GetRecordingSubpictureInfo (Windows Embedded CE 6.0)

1/6/2010

This method reads the recording information (RECI) for the current video object unit (VOBU) and returns the ISRC information for a specified set of subpicture streams (ISRC_SPn).

Syntax

HRESULT GetRecordingSubpictureInfo(
  UINT8 bin,
  DVD_ISRC* pSubInfo
);

Parameters

  • bin
    Specified subpicture stream set in the range form 0 to 7.
  • pSubInfo
    Pointer to a DVD_ISRC structure containing the ISRC_SPn for the current VOBU's subpicture stream set specified by bin.

Return Value

This method always returns E_NOTIMPL.

Requirements

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

See Also

Reference

IDVDStreamControlInfo
DVD_ISRC