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 )
IMFrame Interface IMFrame Members