Uses of Class
com.vidispine.generated.CodecType
-
-
Uses of CodecType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CodecType Modifier and Type Field Description protected List<CodecType>
CodecStatusType. codec
Methods in com.vidispine.generated that return CodecType Modifier and Type Method Description CodecType
ObjectFactory. createCodecType()
Create an instance ofCodecType
CodecType
CodecType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CodecType
CodecType. withDecode(Boolean value)
CodecType
CodecType. withEncode(Boolean value)
CodecType
CodecType. withName(String value)
Methods in com.vidispine.generated that return types with arguments of type CodecType Modifier and Type Method Description List<CodecType>
CodecStatusType. getCodec()
Gets the value of the codec property.Methods in com.vidispine.generated with parameters of type CodecType Modifier and Type Method Description CodecStatusType
CodecStatusType. withCodec(CodecType... values)
Method parameters in com.vidispine.generated with type arguments of type CodecType Modifier and Type Method Description CodecStatusType
CodecStatusType. withCodec(Collection<CodecType> values)
-