MP3StreamRecorder(String, AudioWaveFormat) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic 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 -> MP3StreamRecorderParameters
- filePath String
-
- audioWaveFormat AudioWaveFormat
-
See Also