Uses of Class
com.vidispine.generated.TranscoderType
-
-
Uses of TranscoderType in com.vidispine.generated
Fields in com.vidispine.generated declared as TranscoderType Modifier and Type Field Description protected TranscoderType
ResourceType. transcoder
Fields in com.vidispine.generated with type parameters of type TranscoderType Modifier and Type Field Description protected List<TranscoderType>
TranscoderType. transcoder
protected List<TranscoderType>
VXAType. transcoder
Methods in com.vidispine.generated that return types with arguments of type TranscoderType Modifier and Type Method Description List<TranscoderType>
TranscoderType. getTranscoder()
Gets the value of the transcoder property.List<TranscoderType>
VXAType. getTranscoder()
Gets the value of the transcoder property.Methods in com.vidispine.generated with parameters of type TranscoderType Modifier and Type Method Description void
ResourceType. setTranscoder(TranscoderType value)
Sets the value of the transcoder property.ResourceType
ResourceType. withTranscoder(TranscoderType value)
TranscoderType
TranscoderType. withTranscoder(TranscoderType... values)
VXAType
VXAType. withTranscoder(TranscoderType... values)
Method parameters in com.vidispine.generated with type arguments of type TranscoderType Modifier and Type Method Description TranscoderType
TranscoderType. withTranscoder(Collection<TranscoderType> values)
VXAType
VXAType. withTranscoder(Collection<TranscoderType> values)
-