Initializes a new instance of the WaveFileWriter class.

C# | Visual Basic | Visual C++ |
public WaveFileWriter( WaveFormat format, string path )
Public Sub New ( format As WaveFormat, path As String )
public: WaveFileWriter( WaveFormat^ format, String^ path )

- format (WaveFormat)
- The format of the audio.
- path (String)
- The path of the wave file.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290