public static enum VideoExportOptions.VideoResolutionTypeEnum extends Enum<VideoExportOptions.VideoResolutionTypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
VideoExportOptions.VideoResolutionTypeEnum.Adapter |
Modifier and Type | Method and Description |
---|---|
static VideoExportOptions.VideoResolutionTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static VideoExportOptions.VideoResolutionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoExportOptions.VideoResolutionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoExportOptions.VideoResolutionTypeEnum FULLHD
public static final VideoExportOptions.VideoResolutionTypeEnum SD
public static final VideoExportOptions.VideoResolutionTypeEnum HD
public static final VideoExportOptions.VideoResolutionTypeEnum QHD
public static VideoExportOptions.VideoResolutionTypeEnum[] values()
for (VideoExportOptions.VideoResolutionTypeEnum c : VideoExportOptions.VideoResolutionTypeEnum.values()) System.out.println(c);
public static VideoExportOptions.VideoResolutionTypeEnum 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 String getValue()
public String toString()
toString
in class Enum<VideoExportOptions.VideoResolutionTypeEnum>
public static VideoExportOptions.VideoResolutionTypeEnum fromValue(String text)
Copyright © 2022. All rights reserved.