Uses of Class
com.vidispine.generated.EffectType
-
-
Uses of EffectType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type EffectType Modifier and Type Field Description protected 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 EffectType Modifier and Type Method Description EffectType
ObjectFactory. createEffectType()
Create an instance ofEffectType
EffectType
EffectType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
EffectType
EffectType. withName(String value)
EffectType
EffectType. withParameter(EffectParameterType... values)
EffectType
EffectType. withParameter(Collection<EffectParameterType> values)
EffectType
EffectType. withTimeBase(TimeBaseType value)
Methods in com.vidispine.generated that return types with arguments of type EffectType Modifier and Type Method Description List<EffectType>
AudioTranscodePresetChannelMixType. getEffect()
Gets the value of the effect property.List<EffectType>
ComplexJobMixType. getEffect()
Gets the value of the effect property.List<EffectType>
NLEJob2MixTypeInput. getEffect()
Gets the value of the effect property.List<EffectType>
SequenceMediaType. getEffect()
Gets the value of the effect property.List<EffectType>
TrackSegmentType. getEffect()
Gets the value of the effect property.Methods in com.vidispine.generated with parameters of type EffectType Modifier and Type Method Description AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withEffect(EffectType... values)
ComplexJobMixType
ComplexJobMixType. withEffect(EffectType... values)
NLEJob2MixTypeInput
NLEJob2MixTypeInput. withEffect(EffectType... values)
SequenceMediaType
SequenceMediaType. withEffect(EffectType... values)
TrackSegmentType
TrackSegmentType. withEffect(EffectType... values)
Method parameters in com.vidispine.generated with type arguments of type EffectType Modifier and Type Method Description AudioTranscodePresetChannelMixType
AudioTranscodePresetChannelMixType. withEffect(Collection<EffectType> values)
ComplexJobMixType
ComplexJobMixType. withEffect(Collection<EffectType> values)
NLEJob2MixTypeInput
NLEJob2MixTypeInput. withEffect(Collection<EffectType> values)
SequenceMediaType
SequenceMediaType. withEffect(Collection<EffectType> values)
TrackSegmentType
TrackSegmentType. withEffect(Collection<EffectType> values)
-