Uses of Class
com.vidispine.generated.NLEJobAudioOutputType
-
-
Uses of NLEJobAudioOutputType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type NLEJobAudioOutputType Modifier and Type Field Description protected List<NLEJobAudioOutputType>
NLEJobOutputType. audio
Methods in com.vidispine.generated that return NLEJobAudioOutputType Modifier and Type Method Description NLEJobAudioOutputType
ObjectFactory. createNLEJobAudioOutputType()
Create an instance ofNLEJobAudioOutputType
NLEJobAudioOutputType
NLEJobAudioOutputType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NLEJobAudioOutputType
NLEJobAudioOutputType. withBitrate(long value)
NLEJobAudioOutputType
NLEJobAudioOutputType. withChannelLayout(Long value)
NLEJobAudioOutputType
NLEJobAudioOutputType. withChannelLayoutName(String value)
NLEJobAudioOutputType
NLEJobAudioOutputType. withCodec(String value)
NLEJobAudioOutputType
NLEJobAudioOutputType. withSequence(Integer... values)
NLEJobAudioOutputType
NLEJobAudioOutputType. withSequence(Collection<Integer> values)
NLEJobAudioOutputType
NLEJobAudioOutputType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type NLEJobAudioOutputType Modifier and Type Method Description List<NLEJobAudioOutputType>
NLEJobOutputType. getAudio()
Gets the value of the audio property.Methods in com.vidispine.generated with parameters of type NLEJobAudioOutputType Modifier and Type Method Description NLEJobOutputType
NLEJobOutputType. withAudio(NLEJobAudioOutputType... values)
Method parameters in com.vidispine.generated with type arguments of type NLEJobAudioOutputType Modifier and Type Method Description NLEJobOutputType
NLEJobOutputType. withAudio(Collection<NLEJobAudioOutputType> values)
-