Contents

AudioComponentCount(_:)

Returns the number of audio components that match a specified AudioComponentDescription structure.

Declaration

func AudioComponentCount(_ inDesc: UnsafePointer<AudioComponentDescription>) -> UInt32

Parameters

  • inDesc:

    The description of the audio components you want to count.

Return Value

The number of matching components on the system.

See Also

Creating an Audio Component Dynamically