AudioConverter.ConvertBuffer(Byte[], Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts audio data from one linear PCM format to another.
public AudioToolbox.AudioConverterError ConvertBuffer(byte[] input, byte[] output);
member this.ConvertBuffer : byte[] * byte[] -> AudioToolbox.AudioConverterError
Parameters
- input
- Byte[]
The input audio data.
- output
- Byte[]
The output audio data.
Returns
In case of failure, will the error code for the failure. Otherwise the value None will be returned.