public class FrameCaptureConfiguration extends PropertyGroup
FrameCaptureConfiguration is the class that configures the scanner to capture
store and provide frames.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
enable
enable sets the intent mode. |
TextProperty |
filePath
filePath indicates the directory where will be stored the frames
saved by the Scanner. |
EnumProperty<FrameCaptureFormat> |
format
format selects the format used for storing the frames captured
by the Scanner. |
EnumProperty<FrameCaptureMode> |
mode
mode selects the Scanner frame capture mode. |
BooleanProperty |
storage
storage enables the Scanner to store captured frames. |
| Constructor and Description |
|---|
FrameCaptureConfiguration(PropertyGetter editor)
This is the constructor of FrameCaptureConfiguration.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty enable
enable sets the intent mode.public EnumProperty<FrameCaptureFormat> format
format selects the format used for storing the frames captured
by the Scanner.public EnumProperty<FrameCaptureMode> mode
mode selects the Scanner frame capture mode.public BooleanProperty storage
storage enables the Scanner to store captured frames.public TextProperty filePath
filePath indicates the directory where will be stored the frames
saved by the Scanner. Only directory under getExternalStorageDirectory() are
supported (eg. /storage/emulated/0/).public FrameCaptureConfiguration(PropertyGetter editor)