Share via


IMediaObject::GetOutputStreamInfo (Windows Embedded CE 6.0)

1/6/2010

This method retrieves information about an output stream; for example, whether the stream is discardable and whether it uses a fixed sample size. This information never changes.

Syntax

HRESULT GetOutputStreamInfo(
  DWORD dwOutputStreamIndex,
  DWORD* pdwFlags
);

Parameters

  • dwOutputStreamIndex
    Zero-based index of an output stream on the DMO.

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description

S_OK

Success

DMO_E_INVALIDSTREAMINDEX

Invalid stream index

E_POINTER

NULL pointer argument

Requirements

Header dmo.h
Library Dmoguid.lib
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

IMediaObject
IMediaObject::GetInputSizeInfo
DMO Error Codes
DMO_OUTPUT_STREAM_INFO_FLAGS