[−][src]Struct rusoto_mediatailor::GetPlaybackConfigurationResponse
Fields
ad_decision_server_url: Option<String>
The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
cdn_configuration: Option<CdnConfiguration>
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
dash_configuration: Option<DashConfiguration>
The configuration for DASH content.
hls_configuration: Option<HlsConfiguration>
The configuration for HLS content.
name: Option<String>
The identifier for the playback configuration.
playback_configuration_arn: Option<String>
The Amazon Resource Name (ARN) for the playback configuration.
playback_endpoint_prefix: Option<String>
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
session_initialization_endpoint_prefix: Option<String>
The URL that the player uses to initialize a session that uses client-side reporting.
slate_ad_url: Option<String>
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
The tags assigned to the playback configuration.
transcode_profile_name: Option<String>
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
video_content_source_url: Option<String>
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
Trait Implementations
impl PartialEq<GetPlaybackConfigurationResponse> for GetPlaybackConfigurationResponse
[src]
fn eq(&self, other: &GetPlaybackConfigurationResponse) -> bool
[src]
fn ne(&self, other: &GetPlaybackConfigurationResponse) -> bool
[src]
impl Default for GetPlaybackConfigurationResponse
[src]
impl Clone for GetPlaybackConfigurationResponse
[src]
fn clone(&self) -> GetPlaybackConfigurationResponse
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for GetPlaybackConfigurationResponse
[src]
impl<'de> Deserialize<'de> for GetPlaybackConfigurationResponse
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for GetPlaybackConfigurationResponse
impl Sync for GetPlaybackConfigurationResponse
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self