Noop

object Noop : LensesComponent

Implementation of LensesComponent which does nothing.

Functions

close
Link copied to clipboard
open override fun close()
Closes all resources allocated for this LensesComponent.

Properties

audio
Link copied to clipboard
open val audio: LensesComponent.Audio
Provides control over the lenses audio.
carousel
Link copied to clipboard
open val carousel: LensesComponent.Carousel
Provides a Carousel of lenses available to interact with during this component lifecycle.
preferences
Link copied to clipboard
open val preferences: LensesComponent.Preferences
Provides a Preferences of lenses available to interact with during this component lifecycle.
prefetcher
Link copied to clipboard
open val prefetcher: LensesComponent.Prefetcher
Provides a Prefetcher of lenses available to interact with during this component lifecycle.
processor
Link copied to clipboard
open val processor: LensesComponent.Processor
Provides lenses specific Processor which allows to process image and audio input with applied lenses while rendering results to connected outputs.
repository
Link copied to clipboard
open val repository: LensesComponent.Repository
Provides a Repository of lenses available to interact with during this component lifecycle.