Uses of Class
com.vidispine.generated.EffectType
-
Uses of EffectType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type EffectTypeModifier and TypeFieldDescriptionprotected List<EffectType>
AudioTranscodePresetChannelMixType.effect
protected List<EffectType>
ComplexJobMixType.effect
protected List<EffectType>
NLEJob2MixTypeInput.effect
protected List<EffectType>
SequenceMediaType.effect
protected List<EffectType>
TrackSegmentType.effect
Methods in com.vidispine.generated that return EffectTypeModifier and TypeMethodDescriptionObjectFactory.createEffectType()
Create an instance ofEffectType
EffectType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the id property.Sets the value of the name property.EffectType.withParameter
(EffectParameterType... values) Adds objects to the list of Parameter using add methodEffectType.withParameter
(Collection<EffectParameterType> values) Adds objects to the list of Parameter using addAll methodEffectType.withTimeBase
(TimeBaseType value) Sets the value of the timeBase property.Methods in com.vidispine.generated that return types with arguments of type EffectTypeModifier and TypeMethodDescriptionAudioTranscodePresetChannelMixType.getEffect()
Gets the value of the effect property.ComplexJobMixType.getEffect()
Gets the value of the effect property.NLEJob2MixTypeInput.getEffect()
Gets the value of the effect property.SequenceMediaType.getEffect()
Gets the value of the effect property.TrackSegmentType.getEffect()
Gets the value of the effect property.Methods in com.vidispine.generated with parameters of type EffectTypeModifier and TypeMethodDescriptionAudioTranscodePresetChannelMixType.withEffect
(EffectType... values) Adds objects to the list of Effect using add methodComplexJobMixType.withEffect
(EffectType... values) Adds objects to the list of Effect using add methodNLEJob2MixTypeInput.withEffect
(EffectType... values) Adds objects to the list of Effect using add methodSequenceMediaType.withEffect
(EffectType... values) Adds objects to the list of Effect using add methodTrackSegmentType.withEffect
(EffectType... values) Adds objects to the list of Effect using add methodMethod parameters in com.vidispine.generated with type arguments of type EffectTypeModifier and TypeMethodDescriptionAudioTranscodePresetChannelMixType.withEffect
(Collection<EffectType> values) Adds objects to the list of Effect using addAll methodComplexJobMixType.withEffect
(Collection<EffectType> values) Adds objects to the list of Effect using addAll methodNLEJob2MixTypeInput.withEffect
(Collection<EffectType> values) Adds objects to the list of Effect using addAll methodSequenceMediaType.withEffect
(Collection<EffectType> values) Adds objects to the list of Effect using addAll methodTrackSegmentType.withEffect
(Collection<EffectType> values) Adds objects to the list of Effect using addAll method