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