FrameConvert Method (MFrameClass)
video properties
output frame object
additional properties
Converts frame format or just scale video frame.
Syntax
Public Overridable Sub FrameConvert( _
   ByRef _pVidPropsDest As M_VID_PROPS, _
   ByRef _ppFrameRes As MFrame, _
   ByVal _bsPropsList As String _
) 
public virtual void FrameConvert( 
   ref M_VID_PROPS _pVidPropsDest,
   out MFrame _ppFrameRes,
   string _bsPropsList
)
public procedure FrameConvert( 
   var  _pVidPropsDest: M_VID_PROPS;
   Out  _ppFrameRes: MFrame;
    _bsPropsList: String
); virtual; 
public: virtual void FrameConvert( 
   ref M_VID_PROPS _pVidPropsDest,
   [PARAMFLAG::Out] MFrame* _ppFrameRes,
   BSTR* _bsPropsList
) 

Parameters

_pVidPropsDest
video properties
_ppFrameRes
output frame object
_bsPropsList
additional properties
Example

See Also

Reference

MFrameClass Class
MFrameClass Members