BufferRemove Method (IMFAudioBuffer)
audio line
amount of audio samples to remove
Removes audio data from the buffer
Syntax
Sub BufferRemove( _
   ByVal _bsLine As String, _
   ByRef _plSamples As Integer _
) 
void BufferRemove( 
   string _bsLine,
   out int _plSamples
)
procedure BufferRemove( 
    _bsLine: String;
   Out  _plSamples: Integer
); 
void BufferRemove( 
   BSTR* _bsLine,
   [PARAMFLAG::Out] int _plSamples
) 

Parameters

_bsLine
audio line
_plSamples
amount of audio samples to remove
See Also

Reference

IMFAudioBuffer Interface
IMFAudioBuffer Members