FrameAudioSaveToFile Method (IMFrame)
full name of file to save audio
indicates whether audio is added to the file or not (create a new file)
Saves the audio to file (*.wav format is used). If file already exists then it adds audio to the end of the file.
Syntax
Sub FrameAudioSaveToFile( _
   ByVal _bsFileName As String, _
   ByVal _bAppend As Integer _
) 
void FrameAudioSaveToFile( 
   string _bsFileName,
   int _bAppend
)
procedure FrameAudioSaveToFile( 
    _bsFileName: String;
    _bAppend: Integer
); 
void FrameAudioSaveToFile( 
   BSTR* _bsFileName,
   int _bAppend
) 

Parameters

_bsFileName
full name of file to save audio
_bAppend
indicates whether audio is added to the file or not (create a new file)
Example

See Also

Reference

IMFrame Interface
IMFrame Members