Contents

AudioComponentGetVersion(_:_:)

Gets the version of an audio component in hexadecimal form as 0xMMMMmmDD (major, minor, dot).

Declaration

func AudioComponentGetVersion(_ inComponent: AudioComponent, _ outVersion: UnsafeMutablePointer<UInt32>) -> OSStatus

Parameters

  • inComponent:

    The audio component that you want the version of.

  • outVersion:

    The version of the specified audio component.

Return Value

A result code.

See Also

Getting Information About a Component