Audio

interface Audio

Provides control over the lenses audio.

Since

1.8.0

Types

Link copied to clipboard
sealed class Adjustment

Defines all possible ways to adjust lenses audio state.

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun adjust(adjustment: LensesComponent.Audio.Adjustment, callback: Consumer<Boolean> = Consumer {})

Adjusts lenses audio state using an adjustment value. The operation is async with the result provided as success or failure flag to the callback.

Inheritors

Link copied to clipboard