pub unsafe extern "C-unwind" fn AudioHardwareCreateProcessTap(
in_description: Option<&CATapDescription>,
out_tap_id: *mut AudioObjectID,
) -> i32Available on crate features
AudioHardware and objc2 only.Expand description
This routine creates a new Tap using the provided description.
Parameter inDescription: The CATapDescription that specifies how to build the Tap.
Parameter outTapID: The AudioObjectID of the newly created Tap.
Returns: An OSStatus indicating success or failure.
ยงSafety
in_descriptionmight not allowNone.out_tap_idmust be a valid pointer.