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