MediaConvertClient Class

(QtAws::MediaConvert::MediaConvertClient)

The MediaConvertClient class provides access to the AWS Elemental MediaConvert service. More...

Header: #include <MediaConvertClient>
Inherits: QtAws::Core::AwsAbstractClient

Public Functions

MediaConvertClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
MediaConvertClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Public Slots

CancelJobResponse *cancelJob(const CancelJobRequest &request)
CreateJobResponse *createJob(const CreateJobRequest &request)
CreateJobTemplateResponse *createJobTemplate(const CreateJobTemplateRequest &request)
CreatePresetResponse *createPreset(const CreatePresetRequest &request)
CreateQueueResponse *createQueue(const CreateQueueRequest &request)
DeleteJobTemplateResponse *deleteJobTemplate(const DeleteJobTemplateRequest &request)
DeletePresetResponse *deletePreset(const DeletePresetRequest &request)
DeleteQueueResponse *deleteQueue(const DeleteQueueRequest &request)
DescribeEndpointsResponse *describeEndpoints(const DescribeEndpointsRequest &request)
GetJobResponse *getJob(const GetJobRequest &request)
GetJobTemplateResponse *getJobTemplate(const GetJobTemplateRequest &request)
GetPresetResponse *getPreset(const GetPresetRequest &request)
GetQueueResponse *getQueue(const GetQueueRequest &request)
ListJobTemplatesResponse *listJobTemplates(const ListJobTemplatesRequest &request)
ListJobsResponse *listJobs(const ListJobsRequest &request)
ListPresetsResponse *listPresets(const ListPresetsRequest &request)
ListQueuesResponse *listQueues(const ListQueuesRequest &request)
UpdateJobTemplateResponse *updateJobTemplate(const UpdateJobTemplateRequest &request)
UpdatePresetResponse *updatePreset(const UpdatePresetRequest &request)
UpdateQueueResponse *updateQueue(const UpdateQueueRequest &request)

Additional Inherited Members

Detailed Description

The MediaConvertClient class provides access to the AWS Elemental MediaConvert service.

Member Function Documentation

MediaConvertClient::MediaConvertClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Constructs a MediaConvertClient object.

The new client object will region, credentials, and manager for network operations.

The new object will be owned by parent, if set.

MediaConvertClient::MediaConvertClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

This function overloads MediaConvertClient().

This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).

See also QtAws::Core::AwsEndpoint::getEndpoint.

[slot] CancelJobResponse *MediaConvertClient::cancelJob(const CancelJobRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an CancelJobResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Permanently remove a job from a queue. Once you have canceled a job, you can't start it again. You can't delete a

[slot] CreateJobResponse *MediaConvertClient::createJob(const CreateJobRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an CreateJobResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Create a new transcoding job. For information about jobs and job settings, see the User Guide at

[slot] CreateJobTemplateResponse *MediaConvertClient::createJobTemplate(const CreateJobTemplateRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an CreateJobTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Create a new job template. For information about job templates see the User Guide at

[slot] CreatePresetResponse *MediaConvertClient::createPreset(const CreatePresetRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an CreatePresetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Create a new preset. For information about job templates see the User Guide at

[slot] CreateQueueResponse *MediaConvertClient::createQueue(const CreateQueueRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an CreateQueueResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Create a new transcoding queue. For information about job templates see the User Guide at

[slot] DeleteJobTemplateResponse *MediaConvertClient::deleteJobTemplate(const DeleteJobTemplateRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an DeleteJobTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] DeletePresetResponse *MediaConvertClient::deletePreset(const DeletePresetRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an DeletePresetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] DeleteQueueResponse *MediaConvertClient::deleteQueue(const DeleteQueueRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an DeleteQueueResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] DescribeEndpointsResponse *MediaConvertClient::describeEndpoints(const DescribeEndpointsRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an DescribeEndpointsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] GetJobResponse *MediaConvertClient::getJob(const GetJobRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an GetJobResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] GetJobTemplateResponse *MediaConvertClient::getJobTemplate(const GetJobTemplateRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an GetJobTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] GetPresetResponse *MediaConvertClient::getPreset(const GetPresetRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an GetPresetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] GetQueueResponse *MediaConvertClient::getQueue(const GetQueueRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an GetQueueResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] ListJobTemplatesResponse *MediaConvertClient::listJobTemplates(const ListJobTemplatesRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an ListJobTemplatesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list

[slot] ListJobsResponse *MediaConvertClient::listJobs(const ListJobsRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an ListJobsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent

[slot] ListPresetsResponse *MediaConvertClient::listPresets(const ListPresetsRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an ListPresetsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them.

[slot] ListQueuesResponse *MediaConvertClient::listQueues(const ListQueuesRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an ListQueuesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them.

[slot] UpdateJobTemplateResponse *MediaConvertClient::updateJobTemplate(const UpdateJobTemplateRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an UpdateJobTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] UpdatePresetResponse *MediaConvertClient::updatePreset(const UpdatePresetRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an UpdatePresetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

[slot] UpdateQueueResponse *MediaConvertClient::updateQueue(const UpdateQueueRequest &request)

Sends request to the MediaConvertClient service, and returns a pointer to an UpdateQueueResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.