RawRecorder(String) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic RawRecorder(
string path
)
Public Sub New (
path As String
)
public:
RawRecorder(
String^ path
)
new :
path : string -> RawRecorder
Parameters
- path String
- The path of the audio file
See Also