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

Parameters

_pcbSize
data size
_ppbVideo
video data pointer
Example

See Also

Reference

IMFrame Interface
IMFrame Members