Contents

AudioHardwareCreateProcessTap(_:_:)

Declaration

func AudioHardwareCreateProcessTap(_ inDescription: CATapDescription!, _ outTapID: UnsafeMutablePointer<AudioObjectID>!) -> OSStatus

Parameters

  • inDescription:

    The CATapDescription that specifies how to build the Tap.

  • outTapID:

    The AudioObjectID of the newly created Tap.

Return Value

An OSStatus indicating success or failure.

Discussion

This routine creates a new Tap using the provided description.

See Also

Functions