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