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