Package io.anyline.test.config
Class FrameReplayCutoutImageConfig
-
- All Implemented Interfaces:
-
java.io.Serializable
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class FrameReplayCutoutImageConfig implements Serializable
FrameReplayCutoutImageConfig
Synthetic-frame building block for a frame-replay test: the slideshow of images composited into a single scan plugin's cutout. One config per plugin id. Ported from the Android CutoutSlideshowCustomCamera example so both platforms share one definition.
-
-
Field Summary
Fields Modifier and Type Field Description public StringpluginIdpublic List<FrameReplayImageInfo>imageInfo
-
Constructor Summary
Constructors Constructor Description FrameReplayCutoutImageConfig()
-
Method Summary
Modifier and Type Method Description StringgetPluginId()Id of the scan plugin whose cutout this slideshow fills. voidsetPluginId(String pluginId)Id of the scan plugin whose cutout this slideshow fills. List<FrameReplayImageInfo>getImageInfo()Ordered slides played back inside the cutout as a timed slideshow. voidsetImageInfo(List<FrameReplayImageInfo> imageInfo)Ordered slides played back inside the cutout as a timed slideshow. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getPluginId
String getPluginId()
Id of the scan plugin whose cutout this slideshow fills. Matched against the active plugin's config id at runtime. (Required)
-
setPluginId
void setPluginId(String pluginId)
Id of the scan plugin whose cutout this slideshow fills. Matched against the active plugin's config id at runtime. (Required)
-
getImageInfo
List<FrameReplayImageInfo> getImageInfo()
Ordered slides played back inside the cutout as a timed slideshow. (Required)
-
setImageInfo
void setImageInfo(List<FrameReplayImageInfo> imageInfo)
Ordered slides played back inside the cutout as a timed slideshow. (Required)
-
hashCode
int hashCode()
-
-
-
-