Initializes a new instance of the MP3StreamRecorder class

Namespace: Ozeki.Media.MediaHandlers
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public MP3StreamRecorder(
	Stream stream,
	AudioFormat audioFormat,
	uint mpegBitRate
)
Visual Basic
Public Sub New ( 
	stream As Stream,
	audioFormat As AudioFormat,
	mpegBitRate As UInteger
)
Visual C++
public:
MP3StreamRecorder(
	Stream^ stream, 
	AudioFormat^ audioFormat, 
	unsigned int mpegBitRate
)

Parameters

stream
Type: System.IO..::..Stream

[Missing <param name="stream"/> documentation for "M:Ozeki.Media.MediaHandlers.MP3StreamRecorder.#ctor(System.IO.Stream,Ozeki.VoIP.Media.AudioFormat,System.UInt32)"]

audioFormat
Type: Ozeki.VoIP.Media..::..AudioFormat

[Missing <param name="audioFormat"/> documentation for "M:Ozeki.Media.MediaHandlers.MP3StreamRecorder.#ctor(System.IO.Stream,Ozeki.VoIP.Media.AudioFormat,System.UInt32)"]

mpegBitRate
Type: System..::..UInt32

[Missing <param name="mpegBitRate"/> documentation for "M:Ozeki.Media.MediaHandlers.MP3StreamRecorder.#ctor(System.IO.Stream,Ozeki.VoIP.Media.AudioFormat,System.UInt32)"]

See Also