Uses of Class
com.vidispine.generated.ExternalTranscoderType
-
-
Uses of ExternalTranscoderType in com.vidispine.generated
Fields in com.vidispine.generated declared as ExternalTranscoderType Modifier and Type Field Description protected ExternalTranscoderType
ResourceType. externalTranscoder
protected ExternalTranscoderType
ExternalTranscodeJobType. transcoder
Methods in com.vidispine.generated that return ExternalTranscoderType Modifier and Type Method Description ExternalTranscoderType
ObjectFactory. createExternalTranscoderType()
Create an instance ofExternalTranscoderType
ExternalTranscoderType
ResourceType. getExternalTranscoder()
Gets the value of the externalTranscoder property.ExternalTranscoderType
ExternalTranscodeJobType. getTranscoder()
Gets the value of the transcoder property.ExternalTranscoderType
ExternalTranscoderType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExternalTranscoderType
ExternalTranscoderType. withChecks(Integer value)
ExternalTranscoderType
ExternalTranscoderType. withDestination(String value)
ExternalTranscoderType
ExternalTranscoderType. withInterval(Long value)
ExternalTranscoderType
ExternalTranscoderType. withRegex(String value)
ExternalTranscoderType
ExternalTranscoderType. withShapeTag(String value)
ExternalTranscoderType
ExternalTranscoderType. withSource(String value)
ExternalTranscoderType
ExternalTranscoderType. withTimeout(Long value)
Methods in com.vidispine.generated with parameters of type ExternalTranscoderType Modifier and Type Method Description void
ResourceType. setExternalTranscoder(ExternalTranscoderType value)
Sets the value of the externalTranscoder property.void
ExternalTranscodeJobType. setTranscoder(ExternalTranscoderType value)
Sets the value of the transcoder property.ResourceType
ResourceType. withExternalTranscoder(ExternalTranscoderType value)
ExternalTranscodeJobType
ExternalTranscodeJobType. withTranscoder(ExternalTranscoderType value)
-