Audio

interface Audio

Provides control over the lenses audio.

Since

1.8.0

Types

Adjustment
Link copied to clipboard
sealed class Adjustment
Defines all possible ways to adjust lenses audio state.
Noop
Link copied to clipboard
object Noop : LensesComponent.Audio

Functions

adjust
Link copied to clipboard
abstract fun adjust(adjustment: LensesComponent.Audio.Adjustment, callback: Consumer<Boolean> = Consumer {})
Adjusts lenses audio state using an adjustment value.

Inheritors

LensesComponent.Audio
Link copied to clipboard