WaveFileWriter Constructor (WaveFormat, String) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public WaveFileWriter(
WaveFormat format,
string path
)
Public Sub New (
format As WaveFormat,
path As String
)
public:
WaveFileWriter(
WaveFormat^ format,
String^ path
)
new :
format : WaveFormat *
path : string -> WaveFileWriter
Parameters
- format
- Type: Ozeki.MediaWaveFormat
The format of the audio. - path
- Type: SystemString
The path of the wave file.
See Also