Click or drag to resize
WaveFileWriter Constructor (WaveFormat, String)
Initializes a new instance of the WaveFileWriter class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public WaveFileWriter(
	WaveFormat format,
	string path
)

Parameters

format
Type: Ozeki.MediaWaveFormat
The format of the audio.
path
Type: SystemString
The path of the wave file.
See Also