Uses of Class
com.brightcove.zencoder.client.request.ZencoderOutput
Package | Description |
---|---|
com.brightcove.zencoder.client.request | |
com.brightcove.zencoder.client.response |
-
Uses of ZencoderOutput in com.brightcove.zencoder.client.request
Methods in com.brightcove.zencoder.client.request that return types with arguments of type ZencoderOutput Modifier and Type Method Description List<ZencoderOutput>
ZencoderCreateJobRequest. getOutputs()
Method parameters in com.brightcove.zencoder.client.request with type arguments of type ZencoderOutput Modifier and Type Method Description void
ZencoderCreateJobRequest. setOutputs(List<ZencoderOutput> outputs)
-
Uses of ZencoderOutput in com.brightcove.zencoder.client.response
Methods in com.brightcove.zencoder.client.response that return types with arguments of type ZencoderOutput Modifier and Type Method Description Collection<ZencoderOutput>
ZencoderJobFinishedNotificationResponse. getOutputs()
Method parameters in com.brightcove.zencoder.client.response with type arguments of type ZencoderOutput Modifier and Type Method Description void
ZencoderJobFinishedNotificationResponse. setOutputs(Collection<ZencoderOutput> outputs)