ACMAudioDataConverter Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic ACMAudioDataConverter(
WaveFormat sourceFormat,
WaveFormat destinationFormat
)
Public Sub New (
sourceFormat As WaveFormat,
destinationFormat As WaveFormat
)
public:
ACMAudioDataConverter(
WaveFormat^ sourceFormat,
WaveFormat^ destinationFormat
)
new :
sourceFormat : WaveFormat *
destinationFormat : WaveFormat -> ACMAudioDataConverter
Parameters
- sourceFormat WaveFormat
- The AudioWaveFormat of the source.
- destinationFormat WaveFormat
- The AudioWaveFormat of the destination.
See Also