MP3StreamRecorder Constructor (String, AudioWaveFormat) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MP3StreamRecorder(
string filePath,
AudioWaveFormat audioWaveFormat
)
Public Sub New (
filePath As String,
audioWaveFormat As AudioWaveFormat
)
public:
MP3StreamRecorder(
String^ filePath,
AudioWaveFormat^ audioWaveFormat
)
new :
filePath : string *
audioWaveFormat : AudioWaveFormat -> 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.
See Also