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: 10.3.199.0
Syntax
public WaveFileWriter(
	WaveFormat format,
	string path
)

Parameters

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