Uses of Class
com.azure.messaging.eventgrid.systemevents.MediaJobOutput
Packages that use MediaJobOutput
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of MediaJobOutput in com.azure.messaging.eventgrid.systemevents
Subclasses of MediaJobOutput in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classThe event data for a Job output asset.Methods in com.azure.messaging.eventgrid.systemevents that return MediaJobOutputModifier and TypeMethodDescriptionMediaJobOutputStateChangeEventData.getOutput()Get the output property: Gets the output.MediaJobOutput.setError(MediaJobError error) Set the error property: Gets the Job output error.Set the label property: Gets the Job output label.MediaJobOutput.setProgress(long progress) Set the progress property: Gets the Job output progress.MediaJobOutput.setState(MediaJobState state) Set the state property: Gets the Job output state.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type MediaJobOutputModifier and TypeMethodDescriptionMediaJobCanceledEventData.getOutputs()Get the outputs property: Gets the Job outputs.MediaJobErroredEventData.getOutputs()Get the outputs property: Gets the Job outputs.MediaJobFinishedEventData.getOutputs()Get the outputs property: Gets the Job outputs.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type MediaJobOutputModifier and TypeMethodDescriptionMediaJobOutputCanceledEventData.setOutput(MediaJobOutput output) Set the output property: Gets the output.MediaJobOutputCancelingEventData.setOutput(MediaJobOutput output) Set the output property: Gets the output.MediaJobOutputErroredEventData.setOutput(MediaJobOutput output) Set the output property: Gets the output.MediaJobOutputFinishedEventData.setOutput(MediaJobOutput output) Set the output property: Gets the output.MediaJobOutputProcessingEventData.setOutput(MediaJobOutput output) Set the output property: Gets the output.MediaJobOutputScheduledEventData.setOutput(MediaJobOutput output) Set the output property: Gets the output.MediaJobOutputStateChangeEventData.setOutput(MediaJobOutput output) Set the output property: Gets the output.Method parameters in com.azure.messaging.eventgrid.systemevents with type arguments of type MediaJobOutputModifier and TypeMethodDescriptionMediaJobCanceledEventData.setOutputs(List<MediaJobOutput> outputs) Set the outputs property: Gets the Job outputs.MediaJobErroredEventData.setOutputs(List<MediaJobOutput> outputs) Set the outputs property: Gets the Job outputs.MediaJobFinishedEventData.setOutputs(List<MediaJobOutput> outputs) Set the outputs property: Gets the Job outputs.