AudioComponentGetDescription(_:_:)
Gets the class description, as an AudioComponentDescription structure, of an audio component.
Declaration
func AudioComponentGetDescription(_ inComponent: AudioComponent, _ outDesc: UnsafeMutablePointer<AudioComponentDescription>) -> OSStatusParameters
- inComponent:
The audio component that you want a description of.
- outDesc:
The description of the specified audio component.
Return Value
A result code.