MFORMATSLib Namespace > IMFAudioBuffer Interface : BufferRemove Method |
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 )