ExperimentalPersistentRecording
@Retention(value = CLASS)
@RequiresOptIn
annotation ExperimentalPersistentRecording
Denotes that the annotated method uses the experimental methods which allows a recording to be persistent.
A persistent recording will only be stopped by explicitly calling stop
or close
and will ignore events that would normally cause recording to stop, such as lifecycle events or explicit unbinding of a VideoCapture
use case that the recording's Recorder
is attached to.