Uses of Class
com.vidispine.generated.AnalyzeAudioChannelType
-
-
Uses of AnalyzeAudioChannelType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AnalyzeAudioChannelType Modifier and Type Field Description protected List<AnalyzeAudioChannelType>
AnalyzeJobType. channel
protected List<AnalyzeAudioChannelType>
ComplexJobAnalyzeType. channel
Methods in com.vidispine.generated that return AnalyzeAudioChannelType Modifier and Type Method Description AnalyzeAudioChannelType
ObjectFactory. createAnalyzeAudioChannelType()
Create an instance ofAnalyzeAudioChannelType
AnalyzeAudioChannelType
AnalyzeAudioChannelType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AnalyzeAudioChannelType
AnalyzeAudioChannelType. withChannel(int value)
AnalyzeAudioChannelType
AnalyzeAudioChannelType. withStream(int value)
AnalyzeAudioChannelType
AnalyzeAudioChannelType. withThresh(float value)
AnalyzeAudioChannelType
AnalyzeAudioChannelType. withTone(Float... values)
AnalyzeAudioChannelType
AnalyzeAudioChannelType. withTone(Collection<Float> values)
Methods in com.vidispine.generated that return types with arguments of type AnalyzeAudioChannelType Modifier and Type Method Description List<AnalyzeAudioChannelType>
AnalyzeJobType. getChannel()
Gets the value of the channel property.List<AnalyzeAudioChannelType>
ComplexJobAnalyzeType. getChannel()
Gets the value of the channel property.Methods in com.vidispine.generated with parameters of type AnalyzeAudioChannelType Modifier and Type Method Description AnalyzeJobType
AnalyzeJobType. withChannel(AnalyzeAudioChannelType... values)
ComplexJobAnalyzeType
ComplexJobAnalyzeType. withChannel(AnalyzeAudioChannelType... values)
Method parameters in com.vidispine.generated with type arguments of type AnalyzeAudioChannelType Modifier and Type Method Description AnalyzeJobType
AnalyzeJobType. withChannel(Collection<AnalyzeAudioChannelType> values)
ComplexJobAnalyzeType
ComplexJobAnalyzeType. withChannel(Collection<AnalyzeAudioChannelType> values)
-