FrameVideoGetBytes Method (MFrameClass)
data size
video data pointer
Gets the video plain data pointer (only local).
Syntax
Public Overridable Sub FrameVideoGetBytes( _
   ByRef _pcbSize As Integer, _
   ByRef _ppbVideo As Long _
) 
public virtual void FrameVideoGetBytes( 
   out int _pcbSize,
   out long _ppbVideo
)
public procedure FrameVideoGetBytes( 
   Out  _pcbSize: Integer;
   Out  _ppbVideo: Int64
); virtual; 
public: virtual void FrameVideoGetBytes( 
   [PARAMFLAG::Out] int _pcbSize,
   [PARAMFLAG::Out] long _ppbVideo
) 

Parameters

_pcbSize
data size
_ppbVideo
video data pointer
Example

See Also

Reference

MFrameClass Class
MFrameClass Members