FrameAudioGetBytes Method (IMFrame)
size of data
audio data pointer
Gets the audio plain data pointer (only local).
Syntax
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
) 

Parameters

_pcbSize
size of data
_ppbAudio
audio data pointer
Example

See Also

Reference

IMFrame Interface
IMFrame Members