AudioCaptureEvent

This event is fired once audio samples are captured by AudioCapture.

Constructors

Link copied to clipboard
constructor(@NotNull capture: @NotNull AudioCapture, @NotNull device: @NotNull InputDevice, samples: Array<Short>)

Functions

Link copied to clipboard
open fun isCancelled(): Boolean
Link copied to clipboard
open fun setCancelled(cancel: Boolean)