IMediaObjectImpl Constructor

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl Constructor 

Constructor

protected IMediaObjectImpl(
   int iInputs,
   int iOutputs,
   int iParams,
   TimeFormatFlags iTimeFormats
);

Parameters

iInputs
Number of input streams
iOutputs
Number of output streams
iParams
Number of parameters
iTimeFormats
What time formats the parameters support

Remarks

This constructor will be called from the constructor of the class that implements IMediaObjectImpl. See IMediaObjectImpl for a step by step description of the process.

See Also

IMediaObjectImpl Class | MediaObjectTemplate Namespace