Types
Link copied to clipboard
Emitted when the specified lens is applied or, in other words, active.
Link copied to clipboard
Emitted after the specified lens is applied to the first input frame.
Link copied to clipboard
Emitted when no Lens is currently applied.
Inheritors
Extensions
Link copied to clipboard
fun LensesComponent.Processor.Event.whenApplied(callback: Consumer<LensesComponent.Processor.Event.Applied>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.Applied.
Link copied to clipboard
fun LensesComponent.Processor.Event.whenFirstFrameProcessed(callback: Consumer<LensesComponent.Processor.Event.FirstFrameProcessed>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.FirstFrameProcessed.
Link copied to clipboard
fun LensesComponent.Processor.Event.whenIdle(callback: Consumer<LensesComponent.Processor.Event.Idle>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.Idle.