Uses of Class
com.vidispine.generated.REDDecoderType
-
-
Uses of REDDecoderType in com.vidispine.generated
Fields in com.vidispine.generated declared as REDDecoderType Modifier and Type Field Description protected REDDecoderType
TranscoderConfigurationType. redDecoderType
Methods in com.vidispine.generated that return REDDecoderType Modifier and Type Method Description static REDDecoderType
REDDecoderType. fromValue(String v)
REDDecoderType
TranscoderConfigurationType. getRedDecoderType()
Gets the value of the redDecoderType property.static REDDecoderType
REDDecoderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static REDDecoderType[]
REDDecoderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type REDDecoderType Modifier and Type Method Description void
TranscoderConfigurationType. setRedDecoderType(REDDecoderType value)
Sets the value of the redDecoderType property.TranscoderConfigurationType
TranscoderConfigurationType. withRedDecoderType(REDDecoderType value)
-