MFAudioAlloc Method (MFFrameClass)
frame's audio properties
number of audio samples
Allocates frame's audio data
Syntax
Public Overridable Sub MFAudioAlloc( _
   ByRef _pAudProps As M_AUD_PROPS, _
   ByVal _lSamples As Integer _
) 
public virtual void MFAudioAlloc( 
   ref M_AUD_PROPS _pAudProps,
   int _lSamples
)
public procedure MFAudioAlloc( 
   var  _pAudProps: M_AUD_PROPS;
    _lSamples: Integer
); virtual; 
public: virtual void MFAudioAlloc( 
   ref M_AUD_PROPS _pAudProps,
   int _lSamples
) 

Parameters

_pAudProps
frame's audio properties
_lSamples
number of audio samples
See Also

Reference

MFFrameClass Class
MFFrameClass Members