Uses of Class
com.vidispine.generated.EDLType
-
-
Uses of EDLType in com.vidispine.generated
Fields in com.vidispine.generated declared as EDLType Modifier and Type Field Description protected EDLType
ComplexJobOutputType. edl
protected EDLType
MediaComponentType. edl
Methods in com.vidispine.generated that return EDLType Modifier and Type Method Description EDLType
ObjectFactory. createEDLType()
Create an instance ofEDLType
EDLType
ComplexJobOutputType. getEdl()
Gets the value of the edl property.EDLType
MediaComponentType. getEdl()
Gets the value of the edl property.EDLType
EDLType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
EDLType
EDLType. withEntry(EDLEntryType... values)
EDLType
EDLType. withEntry(Collection<EDLEntryType> values)
EDLType
EDLType. withTimeBase(TimeBaseType value)
EDLType
EDLType. withTimeScale(TimeBaseType value)
Methods in com.vidispine.generated with parameters of type EDLType Modifier and Type Method Description void
ComplexJobOutputType. setEdl(EDLType value)
Sets the value of the edl property.void
MediaComponentType. setEdl(EDLType value)
Sets the value of the edl property.AudioComponentType
AudioComponentType. withEdl(EDLType value)
ComplexJobAudioOutputType
ComplexJobAudioOutputType. withEdl(EDLType value)
ComplexJobOutputType
ComplexJobOutputType. withEdl(EDLType value)
ComplexJobSubtitleOutputType
ComplexJobSubtitleOutputType. withEdl(EDLType value)
ComplexJobVideoOutputType
ComplexJobVideoOutputType. withEdl(EDLType value)
MediaComponentType
MediaComponentType. withEdl(EDLType value)
NLEJob2AudioOutputType
NLEJob2AudioOutputType. withEdl(EDLType value)
NLEJob2VideoOutputType
NLEJob2VideoOutputType. withEdl(EDLType value)
SubtitleComponentType
SubtitleComponentType. withEdl(EDLType value)
VideoComponentType
VideoComponentType. withEdl(EDLType value)
-