MFVideoGetBytes Method (MFrameClass)
video data size
video data pointer
Gets frame's video data pointer
Syntax
Public Overridable Sub MFVideoGetBytes( _
   ByRef _pcbSize As Integer, _
   ByRef _ppbVideo As Long _
) 
public virtual void MFVideoGetBytes( 
   out int _pcbSize,
   out long _ppbVideo
)
public procedure MFVideoGetBytes( 
   Out  _pcbSize: Integer;
   Out  _ppbVideo: Int64
); virtual; 
public: virtual void MFVideoGetBytes( 
   [PARAMFLAG::Out] int _pcbSize,
   [PARAMFLAG::Out] long _ppbVideo
) 

Parameters

_pcbSize
video data size
_ppbVideo
video data pointer
See Also

Reference

MFrameClass Class
MFrameClass Members