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