Ozeki VoIP SDK Class library
MP3StreamRecorder Constructor (stream, audioFormat, mpegBitRate)
NamespacesOzeki.Media.MediaHandlersMP3StreamRecorderMP3StreamRecorder(Stream, AudioFormat, UInt32)
Initializes a new instance of the MP3StreamRecorder class
Declaration Syntax
C#Visual BasicVisual C++
public MP3StreamRecorder(
	Stream stream,
	AudioFormat audioFormat,
	uint mpegBitRate
)
Public Sub New ( 
	stream As Stream,
	audioFormat As AudioFormat,
	mpegBitRate As UInteger
)
public:
MP3StreamRecorder(
	Stream^ stream, 
	AudioFormat^ audioFormat, 
	unsigned int mpegBitRate
)
Parameters
stream (Stream)
audioFormat (AudioFormat)
mpegBitRate (UInt32)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290