ProcessFrame Method (MCCDisplayClass)
input frame
output frame
number of rest frames
additional properties
Processes a frame through an object (a plugin, for instance)
Syntax
Public Overridable Sub ProcessFrame( _
   ByVal _pFrameIn As IMFFrame, _
   ByRef _ppFrameOut As IMFFrame, _
   ByRef _pnFramesRest As Integer, _
   ByVal _bsPropsList As String _
) 
public virtual void ProcessFrame( 
   IMFFrame _pFrameIn,
   out IMFFrame _ppFrameOut,
   out int _pnFramesRest,
   string _bsPropsList
)
public procedure ProcessFrame( 
    _pFrameIn: IMFFrame;
   Out  _ppFrameOut: IMFFrame;
   Out  _pnFramesRest: Integer;
    _bsPropsList: String
); virtual; 
public: virtual 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

MCCDisplayClass Class
MCCDisplayClass Members