IMediaObjectImpl.InternalGetOutputStreamInfo Method

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl.InternalGetOutputStreamInfo Method 

(Virtual) Controls information about how output buffers are formatted

protected virtual int InternalGetOutputStreamInfo(
   int dwOutputStreamIndex,
   out DMOOutputStreamInfo pdwFlags
);

Parameters

dwOutputStreamIndex
pdwFlags
Flags specifying how output buffers need to be formatted

Return Value

S_OK for successful completion

Remarks

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

See Also

IMediaObjectImpl Class | MediaObjectTemplate Namespace