[−][src]Crate rusoto_elastictranscoder
The AWS Elastic Transcoder Service.
If you're using the service, you're probably looking for EtsClient and Ets.
Structs
Artwork | The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. To remove artwork or leave the artwork empty, you can either set To pass through existing artwork unchanged, set the |
AudioCodecOptions | Options associated with your audio codec. |
AudioParameters | Parameters required for transcoding audio. |
CancelJobRequest | The |
CancelJobResponse | The response body contains a JSON object. If the job is successfully canceled, the value of |
CaptionFormat | The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error. |
CaptionSource | A source file for the input sidecar captions used during the transcoding process. |
Captions | The captions to be created, if any. |
Clip | Settings for one clip in a composition. All jobs in a playlist must have the same clip settings. |
CreateJobOutput | The |
CreateJobPlaylist | Information about the master playlist. |
CreateJobRequest | The |
CreateJobResponse | The CreateJobResponse structure. |
CreatePipelineRequest | The |
CreatePipelineResponse | When you create a pipeline, Elastic Transcoder returns the values that you specified in the request. |
CreatePresetRequest | The |
CreatePresetResponse | The |
DeletePipelineRequest | The |
DeletePipelineResponse | The |
DeletePresetRequest | The |
DeletePresetResponse | The |
DetectedProperties | The detected properties of the input file. Elastic Transcoder identifies these values from the input file. |
Encryption | The encryption settings, if any, that are used for decrypting your input files or encrypting your output files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file, otherwise you must specify the mode you want Elastic Transcoder to use to encrypt your output files. |
EtsClient | A client for the Amazon Elastic Transcoder API. |
HlsContentProtection | The HLS content protection settings, if any, that you want Elastic Transcoder to apply to your output files. |
InputCaptions | The captions to be created, if any. |
Job | A section of the response body that provides information about the job that is created. |
JobAlbumArt | The .jpg or .png file associated with an audio file. |
JobInput | Information about the file that you're transcoding. |
JobOutput | Outputs recommended instead. If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the |
JobWatermark | Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency. |
ListJobsByPipelineRequest | The |
ListJobsByPipelineResponse | The |
ListJobsByStatusRequest | The |
ListJobsByStatusResponse | The |
ListPipelinesRequest | The |
ListPipelinesResponse | A list of the pipelines associated with the current AWS account. |
ListPresetsRequest | The |
ListPresetsResponse | The |
Notifications | The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. |
Permission | The |
Pipeline | The pipeline (queue) that is used to manage jobs. |
PipelineOutputConfig | The |
PlayReadyDrm | The PlayReady DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. PlayReady DRM encrypts your media files using If you use DRM for an |
Playlist | Use Only for Fragmented MP4 or MPEG-TS Outputs. If you specify a preset for which the value of Container is |
Preset | Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren't included among the default presets. You specify which preset you want to use when you create a job. |
PresetWatermark | Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video. Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency. When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions. |
ReadJobRequest | The |
ReadJobResponse | The |
ReadPipelineRequest | The |
ReadPipelineResponse | The |
ReadPresetRequest | The |
ReadPresetResponse | The |
TestRoleRequest | The |
TestRoleResponse | The |
Thumbnails | Thumbnails for videos. |
TimeSpan | Settings that determine when a clip begins and how long it lasts. |
Timing | Details about the timing of a job. |
UpdatePipelineNotificationsRequest | The |
UpdatePipelineNotificationsResponse | The |
UpdatePipelineRequest | The |
UpdatePipelineResponse | When you update a pipeline, Elastic Transcoder returns the values that you specified in the request. |
UpdatePipelineStatusRequest | The |
UpdatePipelineStatusResponse | When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request. |
VideoParameters | The |
Warning | Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline. Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges. |
Enums
CancelJobError | Errors returned by CancelJob |
CreateJobError | Errors returned by CreateJob |
CreatePipelineError | Errors returned by CreatePipeline |
CreatePresetError | Errors returned by CreatePreset |
DeletePipelineError | Errors returned by DeletePipeline |
DeletePresetError | Errors returned by DeletePreset |
ListJobsByPipelineError | Errors returned by ListJobsByPipeline |
ListJobsByStatusError | Errors returned by ListJobsByStatus |
ListPipelinesError | Errors returned by ListPipelines |
ListPresetsError | Errors returned by ListPresets |
ReadJobError | Errors returned by ReadJob |
ReadPipelineError | Errors returned by ReadPipeline |
ReadPresetError | Errors returned by ReadPreset |
TestRoleError | Errors returned by TestRole |
UpdatePipelineError | Errors returned by UpdatePipeline |
UpdatePipelineNotificationsError | Errors returned by UpdatePipelineNotifications |
UpdatePipelineStatusError | Errors returned by UpdatePipelineStatus |
Traits
Ets | Trait representing the capabilities of the Amazon Elastic Transcoder API. Amazon Elastic Transcoder clients implement this trait. |