ProcessFrame Method (IMFProcess)
input frame
output frame
number of rest frames
additional properties
Processes a frame through an object (a plugin, for instance)
Syntax
Sub ProcessFrame( _
   ByVal _pFrameIn As IMFFrame, _
   ByRef _ppFrameOut As IMFFrame, _
   ByRef _pnFramesRest As Integer, _
   ByVal _bsPropsList As String _
) 
procedure ProcessFrame( 
    _pFrameIn: IMFFrame;
   Out  _ppFrameOut: IMFFrame;
   Out  _pnFramesRest: Integer;
    _bsPropsList: String
); 
void ProcessFrame( 
   IMFFrame* _pFrameIn,
   [PARAMFLAG::Out] IMFFrame* _ppFrameOut,
   [PARAMFLAG::Out] int _pnFramesRest,
   BSTR* _bsPropsList
) 

Parameters

_pFrameIn
input frame
_ppFrameOut
output frame
_pnFramesRest
number of rest frames
_bsPropsList
additional properties
See Also

Reference

IMFProcess Interface
IMFProcess Members