Uses of Class
com.brightcove.zencoder.client.model.PackageFormat
Package | Description |
---|---|
com.brightcove.zencoder.client.model | |
com.brightcove.zencoder.client.request |
-
Uses of PackageFormat in com.brightcove.zencoder.client.model
Methods in com.brightcove.zencoder.client.model that return PackageFormat Modifier and Type Method Description static PackageFormat
PackageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static PackageFormat[]
PackageFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PackageFormat in com.brightcove.zencoder.client.request
Methods in com.brightcove.zencoder.client.request that return PackageFormat Modifier and Type Method Description PackageFormat
ZencoderOutput. getPackageFormat()
Methods in com.brightcove.zencoder.client.request with parameters of type PackageFormat Modifier and Type Method Description void
ZencoderOutput. setPackageFormat(PackageFormat packageFormat)