Uses of Class
com.vidispine.generated.AudioComponentType
-
Uses of AudioComponentType in com.vidispine.generated
Fields in com.vidispine.generated declared as AudioComponentTypeFields in com.vidispine.generated with type parameters of type AudioComponentTypeModifier and TypeFieldDescriptionprotected List<AudioComponentType>
ShapeType.audioComponent
protected List<AudioComponentType>
PartialFileDescriptorType.audioStream
Methods in com.vidispine.generated that return AudioComponentTypeModifier and TypeMethodDescriptionObjectFactory.createAudioComponentType()
Create an instance ofAudioComponentType
ComponentSynchronizeType.getAudio()
Gets the value of the audio property.AudioComponentType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) AudioComponentType.withBitrate
(Long value) Sets the value of the bitrate property.AudioComponentType.withBlockAlign
(Long value) Sets the value of the blockAlign property.AudioComponentType.withChannelCount
(int value) Sets the value of the channelCount property.AudioComponentType.withChannelLayout
(Long value) Sets the value of the channelLayout property.Sets the value of the codec property.AudioComponentType.withDuration
(TimeCodeType value) Sets the value of the duration property.Sets the value of the edl property.AudioComponentType.withEssenceStreamId
(Integer value) Sets the value of the essenceStreamId property.AudioComponentType.withExtradata
(byte[] value) Sets the value of the extradata property.Adds objects to the list of File using add methodAudioComponentType.withFile
(Collection<FileType> values) Adds objects to the list of File using addAll methodAudioComponentType.withFrameSize
(Long value) Sets the value of the frameSize property.Sets the value of the id property.AudioComponentType.withInterval
(TimeIntervalType value) Sets the value of the interval property.AudioComponentType.withItemTrack
(String value) Sets the value of the itemTrack property.Sets the value of the level property.AudioComponentType.withMediaInfo
(AudioMediaInfoType value) Sets the value of the mediaInfo property.AudioComponentType.withMetadata
(KeyValuePairType... values) Adds objects to the list of Metadata using add methodAudioComponentType.withMetadata
(Collection<KeyValuePairType> values) Adds objects to the list of Metadata using addAll methodAudioComponentType.withNumberOfPackets
(Long value) Sets the value of the numberOfPackets property.Sets the value of the pid property.AudioComponentType.withProfile
(Integer value) Sets the value of the profile property.AudioComponentType.withRepeatCount
(BigInteger value) Sets the value of the repeatCount property.AudioComponentType.withSampleFormat
(String value) Sets the value of the sampleFormat property.AudioComponentType.withSegment
(Integer value) Sets the value of the segment property.AudioComponentType.withStartTimestamp
(TimeCodeType value) Sets the value of the startTimestamp property.AudioComponentType.withTimeBase
(TimeBaseType value) Sets the value of the timeBase property.AudioComponentType.withTrackOrder
(Integer value) Sets the value of the trackOrder property.Methods in com.vidispine.generated that return types with arguments of type AudioComponentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AudioComponentType>
ObjectFactory.createAudioComponentDocument
(AudioComponentType value) ShapeType.getAudioComponent()
Gets the value of the audioComponent property.PartialFileDescriptorType.getAudioStream()
Gets the value of the audioStream property.Methods in com.vidispine.generated with parameters of type AudioComponentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AudioComponentType>
ObjectFactory.createAudioComponentDocument
(AudioComponentType value) void
ComponentSynchronizeType.setAudio
(AudioComponentType value) Sets the value of the audio property.ComponentSynchronizeType.withAudio
(AudioComponentType value) Sets the value of the audio property.ShapeType.withAudioComponent
(AudioComponentType... values) Adds objects to the list of AudioComponent using add methodPartialFileDescriptorType.withAudioStream
(AudioComponentType... values) Adds objects to the list of AudioStream using add methodMethod parameters in com.vidispine.generated with type arguments of type AudioComponentTypeModifier and TypeMethodDescriptionShapeType.withAudioComponent
(Collection<AudioComponentType> values) Adds objects to the list of AudioComponent using addAll methodPartialFileDescriptorType.withAudioStream
(Collection<AudioComponentType> values) Adds objects to the list of AudioStream using addAll method