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