Sub MFVideoGetBytes( _ ByRef _pcbSize As Integer, _ ByRef _ppbVideo As Long _ )
void MFVideoGetBytes( out int _pcbSize, out long _ppbVideo )
procedure MFVideoGetBytes( Out _pcbSize: Integer; Out _ppbVideo: Int64 );
void MFVideoGetBytes( [PARAMFLAG::Out] int _pcbSize, [PARAMFLAG::Out] long _ppbVideo )
IMFFrame Interface IMFFrame Members