FramesCreate Method (MFramesClass)
size of video frame
properties of frame
output frame
Creates frame with specified maximum video storage size (video+ancillary data)
Syntax
Public Overridable Sub FramesCreate( _
   ByVal _cbVideoSize As Integer, _
   ByVal _bsProps As String, _
   ByRef _ppFrame As MFrame _
) 
public virtual void FramesCreate( 
   int _cbVideoSize,
   string _bsProps,
   out MFrame _ppFrame
)
public procedure FramesCreate( 
    _cbVideoSize: Integer;
    _bsProps: String;
   Out  _ppFrame: MFrame
); virtual; 
public: virtual void FramesCreate( 
   int _cbVideoSize,
   BSTR* _bsProps,
   [PARAMFLAG::Out] MFrame* _ppFrame
) 

Parameters

_cbVideoSize
size of video frame
_bsProps
properties of frame
_ppFrame
output frame
Example

See Also

Reference

MFramesClass Class
MFramesClass Members