Mp3DataConverter(WaveFormat) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic Mp3DataConverter(
WaveFormat destinationFormat
)
Public Sub New (
destinationFormat As WaveFormat
)
public:
Mp3DataConverter(
WaveFormat^ destinationFormat
)
new :
destinationFormat : WaveFormat -> Mp3DataConverterParameters
- destinationFormat WaveFormat
- The specified AudioWaveFormat
See Also