Click or drag to resize

WaveStreamRecorder(String, WaveFormat) Constructor

Initializes a new instance of the WaveStreamRecorder class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public WaveStreamRecorder(
	string filePath,
	WaveFormat waveFormat
)

Parameters

filePath  String
 
waveFormat  WaveFormat
 
See Also