Modifier and Type | Field and Description |
---|---|
protected List<EffectType> |
SequenceMediaType.effect |
protected List<EffectType> |
TrackSegmentType.effect |
Modifier and Type | Method and Description |
---|---|
EffectType |
ObjectFactory.createEffectType()
Create an instance of
EffectType |
EffectType |
EffectType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
EffectType |
EffectType.withName(String value) |
EffectType |
EffectType.withParameter(Collection<EffectParameterType> values) |
EffectType |
EffectType.withParameter(EffectParameterType... values) |
Modifier and Type | Method and Description |
---|---|
List<EffectType> |
SequenceMediaType.getEffect()
Gets the value of the effect property.
|
List<EffectType> |
TrackSegmentType.getEffect()
Gets the value of the effect property.
|
Modifier and Type | Method and Description |
---|---|
SequenceMediaType |
SequenceMediaType.withEffect(EffectType... values) |
TrackSegmentType |
TrackSegmentType.withEffect(EffectType... values) |
Modifier and Type | Method and Description |
---|---|
SequenceMediaType |
SequenceMediaType.withEffect(Collection<EffectType> values) |
TrackSegmentType |
TrackSegmentType.withEffect(Collection<EffectType> values) |
Copyright © 2017. All rights reserved.