Click or drag to resize

WaveFileWriter(WaveFormat, String) Constructor

Initializes a new instance of the WaveFileWriter class.

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

Parameters

format  WaveFormat
The format of the audio.
path  String
The path of the wave file.
See Also