Ozeki VoIP SDK Class library
WaveFileWriter Constructor (format, path)
NamespacesOzeki.Media.Audio.StreamsWaveFileWriterWaveFileWriter(WaveFormat, String)
Initializes a new instance of the WaveFileWriter class.
Declaration Syntax
C#Visual BasicVisual C++
public WaveFileWriter(
	WaveFormat format,
	string path
)
Public Sub New ( 
	format As WaveFormat,
	path As String
)
public:
WaveFileWriter(
	WaveFormat^ format, 
	String^ path
)
Parameters
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