public static enum IOSStartScreenRecordingOptions.VideoQuality extends java.lang.Enum<IOSStartScreenRecordingOptions.VideoQuality>
Modifier and Type | Method and Description |
---|---|
static IOSStartScreenRecordingOptions.VideoQuality |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOSStartScreenRecordingOptions.VideoQuality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOSStartScreenRecordingOptions.VideoQuality LOW
public static final IOSStartScreenRecordingOptions.VideoQuality MEDIUM
public static final IOSStartScreenRecordingOptions.VideoQuality HIGH
public static final IOSStartScreenRecordingOptions.VideoQuality PHOTO
public static IOSStartScreenRecordingOptions.VideoQuality[] values()
for (IOSStartScreenRecordingOptions.VideoQuality c : IOSStartScreenRecordingOptions.VideoQuality.values()) System.out.println(c);
public static IOSStartScreenRecordingOptions.VideoQuality valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null