IMediaObjectImpl.OutputType Method

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl.OutputType Method 

Get the AMMediaType for the specified Output stream

protected AMMediaType OutputType(
   int ulOutputStreamIndex
);

Parameters

ulOutputStreamIndex
The stream to get the media type for

Return Value

The media type for the stream, or null if not set

Remarks

The abstract class will call InternalCheckOutputType to see whether a given media type is supported. To see what media type was actually set, the derived class can call this method.

See Also

IMediaObjectImpl Class | MediaObjectTemplate Namespace