Uses of Class
com.vidispine.generated.AnalyzeAudioChannelType
-
Uses of AnalyzeAudioChannelType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AnalyzeAudioChannelTypeModifier and TypeFieldDescriptionprotected List<AnalyzeAudioChannelType>
AnalyzeJobType.channel
protected List<AnalyzeAudioChannelType>
ComplexJobAnalyzeType.channel
Methods in com.vidispine.generated that return AnalyzeAudioChannelTypeModifier and TypeMethodDescriptionObjectFactory.createAnalyzeAudioChannelType()
Create an instance ofAnalyzeAudioChannelType
AnalyzeAudioChannelType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) AnalyzeAudioChannelType.withChannel
(int value) Sets the value of the channel property.AnalyzeAudioChannelType.withStream
(int value) Sets the value of the stream property.AnalyzeAudioChannelType.withThresh
(float value) Sets the value of the thresh property.Adds objects to the list of Tone using add methodAnalyzeAudioChannelType.withTone
(Collection<Float> values) Adds objects to the list of Tone using addAll methodMethods in com.vidispine.generated that return types with arguments of type AnalyzeAudioChannelTypeModifier and TypeMethodDescriptionAnalyzeJobType.getChannel()
Gets the value of the channel property.ComplexJobAnalyzeType.getChannel()
Gets the value of the channel property.Methods in com.vidispine.generated with parameters of type AnalyzeAudioChannelTypeModifier and TypeMethodDescriptionAnalyzeJobType.withChannel
(AnalyzeAudioChannelType... values) Adds objects to the list of Channel using add methodComplexJobAnalyzeType.withChannel
(AnalyzeAudioChannelType... values) Adds objects to the list of Channel using add methodMethod parameters in com.vidispine.generated with type arguments of type AnalyzeAudioChannelTypeModifier and TypeMethodDescriptionAnalyzeJobType.withChannel
(Collection<AnalyzeAudioChannelType> values) Adds objects to the list of Channel using addAll methodComplexJobAnalyzeType.withChannel
(Collection<AnalyzeAudioChannelType> values) Adds objects to the list of Channel using addAll method