Uses of Class
com.vidispine.generated.AudioComponentType
-
-
Uses of AudioComponentType in com.vidispine.generated
Fields in com.vidispine.generated declared as AudioComponentType Modifier and Type Field Description protected AudioComponentType
ComponentSynchronizeType. audio
Fields in com.vidispine.generated with type parameters of type AudioComponentType Modifier and Type Field Description protected List<AudioComponentType>
ShapeType. audioComponent
protected List<AudioComponentType>
PartialFileDescriptorType. audioStream
Methods in com.vidispine.generated that return types with arguments of type AudioComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<AudioComponentType>
ObjectFactory. createAudioComponentDocument(AudioComponentType value)
List<AudioComponentType>
ShapeType. getAudioComponent()
Gets the value of the audioComponent property.List<AudioComponentType>
PartialFileDescriptorType. getAudioStream()
Gets the value of the audioStream property.Methods in com.vidispine.generated with parameters of type AudioComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<AudioComponentType>
ObjectFactory. createAudioComponentDocument(AudioComponentType value)
void
ComponentSynchronizeType. setAudio(AudioComponentType value)
Sets the value of the audio property.ComponentSynchronizeType
ComponentSynchronizeType. withAudio(AudioComponentType value)
ShapeType
ShapeType. withAudioComponent(AudioComponentType... values)
PartialFileDescriptorType
PartialFileDescriptorType. withAudioStream(AudioComponentType... values)
Method parameters in com.vidispine.generated with type arguments of type AudioComponentType Modifier and Type Method Description ShapeType
ShapeType. withAudioComponent(Collection<AudioComponentType> values)
PartialFileDescriptorType
PartialFileDescriptorType. withAudioStream(Collection<AudioComponentType> values)
-