Uses of Class
com.brightcove.zencoder.client.model.Event
Package | Description |
---|---|
com.brightcove.zencoder.client.model | |
com.brightcove.zencoder.client.response |
-
Uses of Event in com.brightcove.zencoder.client.model
Methods in com.brightcove.zencoder.client.model that return Event Modifier and Type Method Description static Event
Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static Event[]
Event. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Event in com.brightcove.zencoder.client.response
Methods in com.brightcove.zencoder.client.response that return Event Modifier and Type Method Description Event
ZencoderInputOutputProgress. getCurrentEvent()
Methods in com.brightcove.zencoder.client.response with parameters of type Event Modifier and Type Method Description void
ZencoderInputOutputProgress. setCurrentEvent(Event currentEvent)