FrameAudioGetBytes Method (MFrameClass)
size of data
audio data pointer
Gets the audio plain data pointer (only local).
Syntax
Public Overridable Sub FrameAudioGetBytes( _
   ByRef _pcbSize As Integer, _
   ByRef _ppbAudio As Long _
) 
public virtual void FrameAudioGetBytes( 
   out int _pcbSize,
   out long _ppbAudio
)
public procedure FrameAudioGetBytes( 
   Out  _pcbSize: Integer;
   Out  _ppbAudio: Int64
); virtual; 
public: virtual void FrameAudioGetBytes( 
   [PARAMFLAG::Out] int _pcbSize,
   [PARAMFLAG::Out] long _ppbAudio
) 

Parameters

_pcbSize
size of data
_ppbAudio
audio data pointer
Example

See Also

Reference

MFrameClass Class
MFrameClass Members