Uses of Class
com.vidispine.generated.TranscoderType
-
Uses of TranscoderType in com.vidispine.generated
Fields in com.vidispine.generated declared as TranscoderTypeFields in com.vidispine.generated with type parameters of type TranscoderTypeModifier and TypeFieldDescriptionprotected List<TranscoderType>
TranscoderType.transcoder
protected List<TranscoderType>
VXAType.transcoder
Methods in com.vidispine.generated that return TranscoderTypeModifier and TypeMethodDescriptionObjectFactory.createTranscoderType()
Create an instance ofTranscoderType
ResourceType.getTranscoder()
Gets the value of the transcoder property.TranscoderType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) TranscoderType.withConfiguration
(TranscoderConfigurationType value) Sets the value of the configuration property.TranscoderType.withDirectAccess
(TranscoderDirectAccess... values) Adds objects to the list of DirectAccess using add methodTranscoderType.withDirectAccess
(Collection<TranscoderDirectAccess> values) Adds objects to the list of DirectAccess using addAll methodTranscoderType.withJob
(JobStatusType... values) Adds objects to the list of Job using add methodTranscoderType.withJob
(Collection<JobStatusType> values) Adds objects to the list of Job using addAll methodTranscoderType.withMaxJob
(Integer value) Sets the value of the maxJob property.TranscoderType.withResourceTag
(KeyValuePairType... values) Adds objects to the list of ResourceTag using add methodTranscoderType.withResourceTag
(Collection<KeyValuePairType> values) Adds objects to the list of ResourceTag using addAll methodTranscoderType.withReverseAddress
(String value) Sets the value of the reverseAddress property.TranscoderType.withReverseAddressDetected
(String value) Sets the value of the reverseAddressDetected property.Sets the value of the state property.TranscoderType.withTranscoder
(TranscoderType... values) Adds objects to the list of Transcoder using add methodTranscoderType.withTranscoder
(Collection<TranscoderType> values) Adds objects to the list of Transcoder using addAll methodSets the value of the type property.Sets the value of the url property.TranscoderType.withVersion
(String value) Sets the value of the version property.TranscoderType.withWeight
(Integer value) Sets the value of the weight property.Methods in com.vidispine.generated that return types with arguments of type TranscoderTypeModifier and TypeMethodDescriptionTranscoderType.getTranscoder()
Gets the value of the transcoder property.VXAType.getTranscoder()
Gets the value of the transcoder property.Methods in com.vidispine.generated with parameters of type TranscoderTypeModifier and TypeMethodDescriptionvoid
ResourceType.setTranscoder
(TranscoderType value) Sets the value of the transcoder property.ResourceType.withTranscoder
(TranscoderType value) Sets the value of the transcoder property.TranscoderType.withTranscoder
(TranscoderType... values) Adds objects to the list of Transcoder using add methodVXAType.withTranscoder
(TranscoderType... values) Adds objects to the list of Transcoder using add methodMethod parameters in com.vidispine.generated with type arguments of type TranscoderTypeModifier and TypeMethodDescriptionTranscoderType.withTranscoder
(Collection<TranscoderType> values) Adds objects to the list of Transcoder using addAll methodVXAType.withTranscoder
(Collection<TranscoderType> values) Adds objects to the list of Transcoder using addAll method