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

Parameters

format  WaveFormat
 
path  String
 
See Also