IMediaObjectImpl.GetInputSizeInfo Method

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl.GetInputSizeInfo Method 

COM entry point for IMediaObject.GetInputSizeInfo

public int GetInputSizeInfo(
   int ulStreamIndex,
   out int pulSize,
   out int pcbMaxLookahead,
   out int pulAlignment
);

Implements

IMediaObject.GetInputSizeInfo

Remarks

There should be no need to modify or override this method. It will call the abstract and virtual methods to perform its work.

See Also

IMediaObjectImpl Class | MediaObjectTemplate Namespace