[−][src]Crate rusoto_mediatailor
Use the AWS Elemental MediaTailor SDK to configure scalable ad insertion for your live and VOD content. With AWS Elemental MediaTailor, you can serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide.
Through the SDK, you manage AWS Elemental MediaTailor configurations the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).
If you're using the service, you're probably looking for MediaTailorClient and MediaTailor.
Structs
CdnConfiguration | The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. |
DashConfiguration | The configuration for DASH content. |
DashConfigurationForPut | The configuration for DASH PUT operations. |
DeletePlaybackConfigurationRequest | |
DeletePlaybackConfigurationResponse | |
GetPlaybackConfigurationRequest | |
GetPlaybackConfigurationResponse | |
HlsConfiguration | The configuration for HLS content. |
ListPlaybackConfigurationsRequest | |
ListPlaybackConfigurationsResponse | |
ListTagsForResourceRequest | |
ListTagsForResourceResponse | |
MediaTailorClient | A client for the MediaTailor API. |
PlaybackConfiguration | The AWSMediaTailor configuration. |
PutPlaybackConfigurationRequest | |
PutPlaybackConfigurationResponse | |
TagResourceRequest | |
UntagResourceRequest |
Enums
DeletePlaybackConfigurationError | Errors returned by DeletePlaybackConfiguration |
GetPlaybackConfigurationError | Errors returned by GetPlaybackConfiguration |
ListPlaybackConfigurationsError | Errors returned by ListPlaybackConfigurations |
ListTagsForResourceError | Errors returned by ListTagsForResource |
PutPlaybackConfigurationError | Errors returned by PutPlaybackConfiguration |
TagResourceError | Errors returned by TagResource |
UntagResourceError | Errors returned by UntagResource |
Traits
MediaTailor | Trait representing the capabilities of the MediaTailor API. MediaTailor clients implement this trait. |