pub unsafe extern "C-unwind" fn AudioQueueProcessingTapDispose(
in_aq_tap: AudioQueueProcessingTapRef,
) -> i32Available on crate feature
AudioQueue only.Expand description
Dispose a processing tap object
As with AudioQueueProcessingTapNew(), this call can only be made on an audio queue that is stopped (paused is not sufficient)
Parameter inAQTap: The processing tap to dispose.
Returns: An OSStatus result code.
ยงSafety
in_aq_tap must be a valid pointer.