ProcessFrame Method (IMFProcess)
input frame
output frame
number of rest frames
additional properties
Process frame
Syntax
Sub ProcessFrame( _
   ByVal _pFrameIn As MFFrame, _
   ByRef _ppFrameOut As MFFrame, _
   ByRef _pnFramesRest As Integer, _
   ByVal _bsPropsList As String _
) 
void ProcessFrame( 
   MFFrame _pFrameIn,
   out MFFrame _ppFrameOut,
   out int _pnFramesRest,
   string _bsPropsList
)
procedure ProcessFrame( 
    _pFrameIn: MFFrame;
   Out  _ppFrameOut: MFFrame;
   Out  _pnFramesRest: Integer;
    _bsPropsList: String
); 
void ProcessFrame( 
   MFFrame* _pFrameIn,
   [PARAMFLAG::Out] MFFrame* _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