MP3StreamRecorder Constructor (String, AudioWaveFormat, UInt32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MP3StreamRecorder(
string filePath,
AudioWaveFormat audioWaveFormat,
uint mpegBitRate
)
Public Sub New (
filePath As String,
audioWaveFormat As AudioWaveFormat,
mpegBitRate As UInteger
)
public:
MP3StreamRecorder(
String^ filePath,
AudioWaveFormat^ audioWaveFormat,
unsigned int mpegBitRate
)
new :
filePath : string *
audioWaveFormat : AudioWaveFormat *
mpegBitRate : uint32 -> MP3StreamRecorder
Parameters
- filePath
- Type: SystemString
The path of the media file. If the file already exists it will be overwritten. - audioWaveFormat
- Type: Ozeki.MediaAudioWaveFormat
The format of the recorded data. - mpegBitRate
- Type: SystemUInt32
Bit rate of the mpeg.
See Also