Expand description
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§
- Avail
Suppression The configuration for Avail Suppression. Ad suppression can be used to turn off ad personalization in a long manifest, or if a viewer joins mid-break.
- Bumper
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break.
- CdnConfiguration
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
- Dash
Configuration The configuration for DASH content.
- Dash
Configuration ForPut The configuration for DASH PUT operations.
- Delete
Playback Configuration Request - Delete
Playback Configuration Response - GetPlayback
Configuration Request - GetPlayback
Configuration Response - HlsConfiguration
The configuration for HLS content.
- List
Playback Configurations Request - List
Playback Configurations Response - List
Tags ForResource Request - List
Tags ForResource Response - Live
PreRoll Configuration The configuration for pre-roll ad insertion.
- Media
Tailor Client - A client for the MediaTailor API.
- Playback
Configuration The AWSMediaTailor configuration.
- PutPlayback
Configuration Request - PutPlayback
Configuration Response - TagResource
Request - Untag
Resource Request
Enums§
- Delete
Playback Configuration Error - Errors returned by DeletePlaybackConfiguration
- GetPlayback
Configuration Error - Errors returned by GetPlaybackConfiguration
- List
Playback Configurations Error - Errors returned by ListPlaybackConfigurations
- List
Tags ForResource Error - Errors returned by ListTagsForResource
- PutPlayback
Configuration Error - Errors returned by PutPlaybackConfiguration
- TagResource
Error - Errors returned by TagResource
- Untag
Resource Error - Errors returned by UntagResource
Traits§
- Media
Tailor - Trait representing the capabilities of the MediaTailor API. MediaTailor clients implement this trait.