Uses of Class
com.vidispine.generated.CarbonPreset
-
-
Uses of CarbonPreset in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CarbonPreset Modifier and Type Field Description protected List<CarbonPreset>
TranscoderConfigurationType. carbonPreset
Methods in com.vidispine.generated that return CarbonPreset Modifier and Type Method Description CarbonPreset
ObjectFactory. createCarbonPreset()
Create an instance ofCarbonPreset
CarbonPreset
CarbonPreset. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CarbonPreset
CarbonPreset. withAudioCodec(String value)
CarbonPreset
CarbonPreset. withContainerFormat(String value)
CarbonPreset
CarbonPreset. withDescription(String value)
CarbonPreset
CarbonPreset. withDisplayAspectRatio(AspectRatioType value)
CarbonPreset
CarbonPreset. withGUID(String value)
CarbonPreset
CarbonPreset. withName(String value)
CarbonPreset
CarbonPreset. withVideoCodec(String value)
Methods in com.vidispine.generated that return types with arguments of type CarbonPreset Modifier and Type Method Description List<CarbonPreset>
TranscoderConfigurationType. getCarbonPreset()
Gets the value of the carbonPreset property.Methods in com.vidispine.generated with parameters of type CarbonPreset Modifier and Type Method Description TranscoderConfigurationType
TranscoderConfigurationType. withCarbonPreset(CarbonPreset... values)
Method parameters in com.vidispine.generated with type arguments of type CarbonPreset Modifier and Type Method Description TranscoderConfigurationType
TranscoderConfigurationType. withCarbonPreset(Collection<CarbonPreset> values)
-