IMediaObjectImpl.InputType Method

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl.InputType Method 

Get the AMMediaType for the specified Input stream

protected AMMediaType InputType(
   int ulInputStreamIndex
);

Parameters

ulInputStreamIndex
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 InternalCheckInputType 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