Share via


IMediaObjectImpl::OutputTypeSet

 
Microsoft DirectShow 9.0

IMediaObjectImpl::OutputTypeSet

The OutputType method queries whether the media type was set on an output stream.

Syntax

  bool OutputTypeSet(
    DWORD 
  ulOutputStreamIndex

  );

Parameters

ulOutputStreamIndex

Index of an output stream.

Return Value

Returns TRUE if the media type was set on this stream, or FALSE otherwise.

Requirements

  Header: Dmoimpl.h
  Library: Dmoguids.lib, Msdmo.lib

See Also