Uses of Class
com.vidispine.generated.PluginType
-
-
Uses of PluginType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type PluginType Modifier and Type Field Description protected List<PluginType>
TranscoderConfigurationType. faceDetectorPlugin
Methods in com.vidispine.generated that return PluginType Modifier and Type Method Description PluginType
ObjectFactory. createPluginType()
Create an instance ofPluginType
PluginType
PluginType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
PluginType
PluginType. withAlias(String value)
PluginType
PluginType. withFileName(String value)
Methods in com.vidispine.generated that return types with arguments of type PluginType Modifier and Type Method Description List<PluginType>
TranscoderConfigurationType. getFaceDetectorPlugin()
Gets the value of the faceDetectorPlugin property.Methods in com.vidispine.generated with parameters of type PluginType Modifier and Type Method Description TranscoderConfigurationType
TranscoderConfigurationType. withFaceDetectorPlugin(PluginType... values)
Method parameters in com.vidispine.generated with type arguments of type PluginType Modifier and Type Method Description TranscoderConfigurationType
TranscoderConfigurationType. withFaceDetectorPlugin(Collection<PluginType> values)
-