IMediaObjectImpl.InternalGetInputStreamInfo Method

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl.InternalGetInputStreamInfo Method 

(Virtual) Controls information about how input buffers are formatted

protected virtual int InternalGetInputStreamInfo(
   int dwInputStreamIndex,
   out DMOInputStreamInfo pdwFlags
);

Parameters

dwInputStreamIndex
Input stream number
pdwFlags
Flags specifying how input buffers need to be formatted

Return Value

S_OK for successful completion

Remarks

Allows the implementor to specify flags controlling the format of input buffers. The default implementation return FixedSampleSize | SingleSamplePerBuffer | WholeSamples

See Also

IMediaObjectImpl Class | MediaObjectTemplate Namespace