public static enum RawCameraControl.FrameSyncMode extends Enum<RawCameraControl.FrameSyncMode>
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.FrameSyncMode |
intern() |
String |
toString() |
static RawCameraControl.FrameSyncMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.FrameSyncMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.FrameSyncMode OFF
public static final RawCameraControl.FrameSyncMode OUTPUT
public static final RawCameraControl.FrameSyncMode INPUT
public static RawCameraControl.FrameSyncMode[] values()
for (RawCameraControl.FrameSyncMode c : RawCameraControl.FrameSyncMode.values()) System.out.println(c);
public static RawCameraControl.FrameSyncMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RawCameraControl.FrameSyncMode intern()
public String toString()
toString in class Enum<RawCameraControl.FrameSyncMode>Copyright © 2024. All rights reserved.