AudioComponentCount(_:)
Returns the number of audio components that match a specified AudioComponentDescription structure.
Declaration
func AudioComponentCount(_ inDesc: UnsafePointer<AudioComponentDescription>) -> UInt32Parameters
- inDesc:
The description of the audio components you want to count.
Return Value
The number of matching components on the system.