PutPlaybackConfigurationResponse constructor
PutPlaybackConfigurationResponse({
- String? adDecisionServerUrl,
- AvailSuppression? availSuppression,
- Bumper? bumper,
- CdnConfiguration? cdnConfiguration,
- DashConfiguration? dashConfiguration,
- HlsConfiguration? hlsConfiguration,
- LivePreRollConfiguration? livePreRollConfiguration,
- ManifestProcessingRules? manifestProcessingRules,
- String? name,
- int? personalizationThresholdSeconds,
- String? playbackConfigurationArn,
- String? playbackEndpointPrefix,
- String? sessionInitializationEndpointPrefix,
- String? slateAdUrl,
- Map<
String, String> ? tags, - String? transcodeProfileName,
- String? videoContentSourceUrl,
Implementation
PutPlaybackConfigurationResponse({
this.adDecisionServerUrl,
this.availSuppression,
this.bumper,
this.cdnConfiguration,
this.dashConfiguration,
this.hlsConfiguration,
this.livePreRollConfiguration,
this.manifestProcessingRules,
this.name,
this.personalizationThresholdSeconds,
this.playbackConfigurationArn,
this.playbackEndpointPrefix,
this.sessionInitializationEndpointPrefix,
this.slateAdUrl,
this.tags,
this.transcodeProfileName,
this.videoContentSourceUrl,
});