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

Parameters

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

Reference

IMFFrame Interface
IMFFrame Members