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