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