AudioComponentGetVersion(_:_:)
Gets the version of an audio component in hexadecimal form as 0xMMMMmmDD (major, minor, dot).
Declaration
func AudioComponentGetVersion(_ inComponent: AudioComponent, _ outVersion: UnsafeMutablePointer<UInt32>) -> OSStatusParameters
- inComponent:
The audio component that you want the version of.
- outVersion:
The version of the specified audio component.
Return Value
A result code.