@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SccDestinationFramerate extends Enum<SccDestinationFramerate>
| Enum Constant and Description | 
|---|
| FRAMERATE_23_97 | 
| FRAMERATE_24 | 
| FRAMERATE_25 | 
| FRAMERATE_29_97_DROPFRAME | 
| FRAMERATE_29_97_NON_DROPFRAME | 
| Modifier and Type | Method and Description | 
|---|---|
| static SccDestinationFramerate | fromValue(String value)Use this in place of valueOf. | 
| String | toString() | 
| static SccDestinationFramerate | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SccDestinationFramerate[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SccDestinationFramerate FRAMERATE_23_97
public static final SccDestinationFramerate FRAMERATE_24
public static final SccDestinationFramerate FRAMERATE_25
public static final SccDestinationFramerate FRAMERATE_29_97_DROPFRAME
public static final SccDestinationFramerate FRAMERATE_29_97_NON_DROPFRAME
public static SccDestinationFramerate[] values()
for (SccDestinationFramerate c : SccDestinationFramerate.values()) System.out.println(c);
public static SccDestinationFramerate 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 toString()
toString in class Enum<SccDestinationFramerate>public static SccDestinationFramerate fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.