ExtAudioFile.AudioConverter Property
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.
Returns underlying AudioConverter instance.
public AudioToolbox.AudioConverter AudioConverter { get; }
member this.AudioConverter : AudioToolbox.AudioConverter
Property Value
Remarks
AudioConverter changes are not propagated automatically. After changing any property SynchronizeAudioConverter() method has to be called to synchronize the converter output format with the file data format.