IMediaObjectImpl.ProcessInput Method

IMediaObjectImpl

An NDoc Documented Class Library

IMediaObjectImpl.ProcessInput Method 

COM entry point for IMediaObject.ProcessInput

public int ProcessInput(
   int ulStreamIndex,
   IMediaBuffer pBuffer,
   DMOInputDataBuffer dwFlags,
   long rtTimestamp,
   long rtTimelength
);

Implements

IMediaObject.ProcessInput

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