Uses of Enum Class
com.vidispine.generated.REDDecoderType
-
Uses of REDDecoderType in com.vidispine.generated
Fields in com.vidispine.generated declared as REDDecoderTypeModifier and TypeFieldDescriptionprotected REDDecoderType
TranscoderConfigurationType.redDecoderType
Methods in com.vidispine.generated that return REDDecoderTypeModifier and TypeMethodDescriptionstatic REDDecoderType
TranscoderConfigurationType.getRedDecoderType()
Gets the value of the redDecoderType property.static REDDecoderType
Returns the enum constant of this class with the specified name.static REDDecoderType[]
REDDecoderType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type REDDecoderTypeModifier and TypeMethodDescriptionvoid
TranscoderConfigurationType.setRedDecoderType
(REDDecoderType value) Sets the value of the redDecoderType property.TranscoderConfigurationType.withRedDecoderType
(REDDecoderType value) Sets the value of the redDecoderType property.