void |
ZencoderClient.cancelJob(String id) |
If you wish to cancel a job that has not yet finished processing.
|
ZencoderAccount |
ZencoderClient.createAccount(ZencoderAccount account) |
Creates a Zencoder Account.
|
ZencoderCreateJobResponse |
ZencoderClient.createZencoderJob(ZencoderCreateJobRequest job) |
Creates a VOD transcode job.
|
void |
ZencoderClient.finishLiveJob(String id) |
Finishes the input on a Live streaming job.
|
ZencoderAccountDetails |
ZencoderClient.getAccountDetails() |
Retrieve your Zencoder Account Details
|
ZencoderMediaFile |
ZencoderClient.getInputDetails(String id) |
Gets the details of a given input.
|
ZencoderInputOutputProgress |
ZencoderClient.getInputProgress(String id) |
Gets progress information about an existing VOD transcode input.
|
ZencoderJobProgress |
ZencoderClient.getJobProgress(String id) |
Gets progress information about an existing VOD transcode job.
|
ZencoderMediaFile |
ZencoderClient.getOutputDetails(String id) |
Gets the details of a given output.
|
ZencoderInputOutputProgress |
ZencoderClient.getOutputProgress(String id) |
Gets progress information about an existing VOD transcode output.
|
ZencoderLiveUsage |
ZencoderClient.getUsageForLive(Date from,
Date to,
String grouping) |
The Live usage for the specified time period.
|
ZencoderVodUsage |
ZencoderClient.getUsageForVod(Date from,
Date to,
String grouping) |
The VOD usage for the specified time period.
|
ZencoderAllUsage |
ZencoderClient.getUsageForVodAndLive(Date from,
Date to,
String grouping) |
The VOD+Live usage for the specified time period.
|
ZencoderJobDetail |
ZencoderClient.getZencoderJob(String id) |
Gets details about an existing VOD transcode job.
|
List<ZencoderJobDetail> |
ZencoderClient.listJobs() |
Lists the most recent jobs created (up to 50)
|
List<ZencoderJobDetail> |
ZencoderClient.listJobs(Integer page,
Integer per_page) |
Lists jobs with pagination.
|
ZencoderJobFinishedNotificationResponse |
ZencoderClient.parseJobFinishedNotificationResponse(org.springframework.http.HttpEntity<String> entity) |
Parses payload from Zencoder notification.
|
void |
ZencoderClient.resubmitJob(String id) |
If a job has failed processing you may request that it be attempted again.
|
void |
ZencoderClient.setAccountIntegrationMode(boolean integration_mode) |
Sets whether or not your account should be in the limited integration mode.
|