FramesCreate Method (IMFrames)
size of video frame
properties of frame
output frame
Creates frame with specified maximum video storage size (video+ancillary data)
Syntax
Sub FramesCreate( _
   ByVal _cbVideoSize As Integer, _
   ByVal _bsProps As String, _
   ByRef _ppFrame As MFrame _
) 
void FramesCreate( 
   int _cbVideoSize,
   string _bsProps,
   out MFrame _ppFrame
)
procedure FramesCreate( 
    _cbVideoSize: Integer;
    _bsProps: String;
   Out  _ppFrame: MFrame
); 
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

IMFrames Interface
IMFrames Members