Click or drag to resize

MP3StreamRecorder Constructor (Stream)

Initializes a new instance of the MP3StreamRecorder class with default MediaFormat (16000 kHz, 16 bit, 1 channel)

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public MP3StreamRecorder(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The output stream.
See Also