Share via


IDVDUserOperation::ChangeSubPictureStream (Windows Embedded CE 6.0)

1/6/2010

This method changes the current subpicture stream to the specified subpicture stream number.

Syntax

HRESULT ChangeSubPictureStream(
  BYTE streamNumber,
  BOOL bDisplayFlag
);

Parameters

  • streamNumber
    [in] Subpicture number (SPSTN).

    This value can be in the range from 0 to 31 or it can be 63.

  • bDisplayFlag
    [in] Sets the display behavior of the subpicture stream.

    Value Behavior

    TRUE

    The subpicture is displayed.

    FALSE

    The subpicture is not displayed.

Return Value

If the function succeeds, the return value is S_OK.

Requirements

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

See Also

Reference

IDVDUserOperation