Enum FrameReplayImageInfo.FrameReplayFlashVisibility
-
- All Implemented Interfaces:
public enum FrameReplayImageInfo.FrameReplayFlashVisibilityFrameReplayFlashVisibility
Gates this slide by the SDK-requested flash/torch state. 'always' (default): shown regardless. 'on': shown only while flash is on. 'off': shown only while flash is off. Lets a replay verify the SDK's flash control drives the frame source — e.g. a slide that only becomes readable once flash turns on.
-
-
Method Summary
Modifier and Type Method Description StringtoString()Stringvalue()static FrameReplayImageInfo.FrameReplayFlashVisibilityfromValue(String value)static Array<FrameReplayImageInfo.FrameReplayFlashVisibility>values()Returns an array containing the constants of this enum type, in the order they're declared. static FrameReplayImageInfo.FrameReplayFlashVisibilityvalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
fromValue
static FrameReplayImageInfo.FrameReplayFlashVisibility fromValue(String value)
-
values
static Array<FrameReplayImageInfo.FrameReplayFlashVisibility> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static FrameReplayImageInfo.FrameReplayFlashVisibility valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-