MFAudioSaveToFile Method (MFrameClass)
path to file
append new audio data to existed file (1) or overwrite it (0)
Save audio to file (WAV format is used). If the file is exist and have WAV format then audio will be added to the end of the file.
Note: format is not checked. 
Syntax
Public Overridable Sub MFAudioSaveToFile( _
   ByVal _bsFileName As String, _
   ByVal _bAppend As Integer _
) 
public virtual void MFAudioSaveToFile( 
   string _bsFileName,
   int _bAppend
)
public procedure MFAudioSaveToFile( 
    _bsFileName: String;
    _bAppend: Integer
); virtual; 
public: virtual void MFAudioSaveToFile( 
   BSTR* _bsFileName,
   int _bAppend
) 

Parameters

_bsFileName
path to file
_bAppend
append new audio data to existed file (1) or overwrite it (0)
See Also

Reference

MFrameClass Class
MFrameClass Members