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

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