BufferPropsGet Method (IMFAudioBuffer)
buffer's line
audio properties
number of audio samples
Gets buffer's audio props
Syntax
Sub BufferPropsGet( _
   ByVal _bsLine As String, _
   ByRef _pAudProps As M_AUD_PROPS, _
   ByRef _plSamples As Integer _
) 
void BufferPropsGet( 
   string _bsLine,
   out M_AUD_PROPS _pAudProps,
   out int _plSamples
)
procedure BufferPropsGet( 
    _bsLine: String;
   Out  _pAudProps: M_AUD_PROPS;
   Out  _plSamples: Integer
); 
void BufferPropsGet( 
   BSTR* _bsLine,
   [PARAMFLAG::Out] M_AUD_PROPS _pAudProps,
   [PARAMFLAG::Out] int _plSamples
) 

Parameters

_bsLine
buffer's line
_pAudProps
audio properties
_plSamples
number of audio samples
See Also

Reference

IMFAudioBuffer Interface
IMFAudioBuffer Members