Click or drag to resize
RawRecorder Constructor (Stream, WaveFormat)
Initializes a new instance of the RawRecorder class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RawRecorder(
	Stream stream,
	WaveFormat format
)

Parameters

stream
Type: System.IOStream
The output stream
format
Type: Ozeki.MediaWaveFormat
The format of the audio stream
See Also