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