Contents

AudioComponentGetDescription(_:_:)

Gets the class description, as an AudioComponentDescription structure, of an audio component.

Declaration

func AudioComponentGetDescription(_ inComponent: AudioComponent, _ outDesc: UnsafeMutablePointer<AudioComponentDescription>) -> OSStatus

Parameters

  • inComponent:

    The audio component that you want a description of.

  • outDesc:

    The description of the specified audio component.

Return Value

A result code.

See Also

Getting Information About a Component