AudioConverterGetPropertyInfo(_:_:_:_:)
Gets information about an audio converter property.
Declaration
func AudioConverterGetPropertyInfo(_ inAudioConverter: AudioConverterRef, _ inPropertyID: AudioConverterPropertyID, _ outSize: UnsafeMutablePointer<UInt32>?, _ outWritable: UnsafeMutablePointer<DarwinBoolean>?) -> OSStatusParameters
- inAudioConverter:
The audio converter to get property information from.
- inPropertyID:
The property you want information about.
- outSize:
On output, the size of the property value in bytes. Can be
NULLon output. - outWritable:
On output, a Boolean value indicating whether the property value is writable (
true) or not (false). Can beNULLon output.
Return Value
A result code.