BestShotFound

data class BestShotFound(val bestShot: BestShot, val videoPath: String?, val interactionFrames: List<InteractionFrame>?) : LunaID.Event

Deprecated

This class is deprecated and will be removed together with bestShotResult in future versions. Use bestShotResult, interactionFramesResult, or videoRecordingResult instead.

Replace with

SingleBestShotFound

Constructors

Link copied to clipboard
constructor(bestShot: BestShot, videoPath: String?, interactionFrames: List<InteractionFrame>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard