WaveStreamRecorder(String, WaveFormat) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic WaveStreamRecorder(
string filePath,
WaveFormat waveFormat
)
Public Sub New (
filePath As String,
waveFormat As WaveFormat
)
public:
WaveStreamRecorder(
String^ filePath,
WaveFormat^ waveFormat
)
new :
filePath : string *
waveFormat : WaveFormat -> WaveStreamRecorder
Parameters
- filePath String
- The path of the media file. If the file already exists it will be overwritten.
- waveFormat WaveFormat
- The format of the recorded data.
See Also