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.4.13.0
Syntax
public WaveStreamRecorder(
	string filePath,
	WaveFormat waveFormat
)

Parameters

filePath  String
The path of the media file. If the file already exists it will be overwritten.
waveFormat  WaveFormat
The format of the recorded data.
See Also