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