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