Uses of Class
com.brightcove.zencoder.client.response.ZencoderInputOutputProgress
Package | Description |
---|---|
com.brightcove.zencoder.client | |
com.brightcove.zencoder.client.response |
-
Uses of ZencoderInputOutputProgress in com.brightcove.zencoder.client
Methods in com.brightcove.zencoder.client that return ZencoderInputOutputProgress Modifier and Type Method Description ZencoderInputOutputProgress
ZencoderClient. getInputProgress(String id)
Gets progress information about an existing VOD transcode input.ZencoderInputOutputProgress
ZencoderClient. getOutputProgress(String id)
Gets progress information about an existing VOD transcode output. -
Uses of ZencoderInputOutputProgress in com.brightcove.zencoder.client.response
Methods in com.brightcove.zencoder.client.response that return ZencoderInputOutputProgress Modifier and Type Method Description ZencoderInputOutputProgress
ZencoderJobProgress. getInput()
Methods in com.brightcove.zencoder.client.response that return types with arguments of type ZencoderInputOutputProgress Modifier and Type Method Description List<ZencoderInputOutputProgress>
ZencoderJobProgress. getOutputs()
Methods in com.brightcove.zencoder.client.response with parameters of type ZencoderInputOutputProgress Modifier and Type Method Description void
ZencoderJobProgress. setInput(ZencoderInputOutputProgress input)
Method parameters in com.brightcove.zencoder.client.response with type arguments of type ZencoderInputOutputProgress Modifier and Type Method Description void
ZencoderJobProgress. setOutputs(List<ZencoderInputOutputProgress> outputs)