FrameConvert Method (IMFrame)
video properties
output frame object
additional properties
Converts frame format or just scale video frame.
Syntax
Sub FrameConvert( _
   ByRef _pVidPropsDest As M_VID_PROPS, _
   ByRef _ppFrameRes As MFrame, _
   ByVal _bsPropsList As String _
) 
void FrameConvert( 
   ref M_VID_PROPS _pVidPropsDest,
   out MFrame _ppFrameRes,
   string _bsPropsList
)
procedure FrameConvert( 
   var  _pVidPropsDest: M_VID_PROPS;
   Out  _ppFrameRes: MFrame;
    _bsPropsList: String
); 
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

IMFrame Interface
IMFrame Members