FramesCreateFromMem Method (MFramesClass)
video properties
pointer to the video. It could be NULL (0), in this case black frame will be created.
output frame object
additional properties
Creates frame from memory.
Syntax
Public Overridable Sub FramesCreateFromMem( _
   ByRef _pVidProps As M_VID_PROPS, _
   ByVal _pbVideo As Long, _
   ByRef _ppFrame As MFrame, _
   ByVal _bsPropsList As String _
) 
public virtual void FramesCreateFromMem( 
   ref M_VID_PROPS _pVidProps,
   long _pbVideo,
   out MFrame _ppFrame,
   string _bsPropsList
)
public procedure FramesCreateFromMem( 
   var  _pVidProps: M_VID_PROPS;
    _pbVideo: Int64;
   Out  _ppFrame: MFrame;
    _bsPropsList: String
); virtual; 
public: virtual void FramesCreateFromMem( 
   ref M_VID_PROPS _pVidProps,
   long _pbVideo,
   [PARAMFLAG::Out] MFrame* _ppFrame,
   BSTR* _bsPropsList
) 

Parameters

_pVidProps
video properties
_pbVideo
pointer to the video. It could be NULL (0), in this case black frame will be created.
_ppFrame
output frame object
_bsPropsList
additional properties
Example

See Also

Reference

MFramesClass Class
MFramesClass Members