Click or drag to resize

MP3StreamRecorder(Stream, AudioWaveFormat, UInt32) Constructor

Initializes a new instance of the MP3StreamRecorder class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public MP3StreamRecorder(
	Stream stream,
	AudioWaveFormat audioWaveFormat,
	uint mpegBitRate
)

Parameters

stream  Stream
The output stream.
audioWaveFormat  AudioWaveFormat
The format of the recorded data.
mpegBitRate  UInt32
Bit rate of the mpeg.
See Also