Uses of Class
com.vidispine.generated.ExternalTranscoderType
-
Uses of ExternalTranscoderType in com.vidispine.generated
Fields in com.vidispine.generated declared as ExternalTranscoderTypeModifier and TypeFieldDescriptionprotected ExternalTranscoderType
ResourceType.externalTranscoder
protected ExternalTranscoderType
ExternalTranscodeJobType.transcoder
Methods in com.vidispine.generated that return ExternalTranscoderTypeModifier and TypeMethodDescriptionObjectFactory.createExternalTranscoderType()
Create an instance ofExternalTranscoderType
ResourceType.getExternalTranscoder()
Gets the value of the externalTranscoder property.ExternalTranscodeJobType.getTranscoder()
Gets the value of the transcoder property.ExternalTranscoderType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ExternalTranscoderType.withChecks
(Integer value) Sets the value of the checks property.ExternalTranscoderType.withDestination
(String value) Sets the value of the destination property.ExternalTranscoderType.withInterval
(Long value) Sets the value of the interval property.Sets the value of the regex property.ExternalTranscoderType.withShapeTag
(String value) Sets the value of the shapeTag property.ExternalTranscoderType.withSource
(String value) Sets the value of the source property.ExternalTranscoderType.withTimeout
(Long value) Sets the value of the timeout property.Methods in com.vidispine.generated with parameters of type ExternalTranscoderTypeModifier and TypeMethodDescriptionvoid
ResourceType.setExternalTranscoder
(ExternalTranscoderType value) Sets the value of the externalTranscoder property.void
ExternalTranscodeJobType.setTranscoder
(ExternalTranscoderType value) Sets the value of the transcoder property.ResourceType.withExternalTranscoder
(ExternalTranscoderType value) Sets the value of the externalTranscoder property.ExternalTranscodeJobType.withTranscoder
(ExternalTranscoderType value) Sets the value of the transcoder property.