AdMarkerHls
- class aws_cdk.aws_mediapackagev2_alpha.AdMarkerHls(*values)
Bases:
Enum(experimental) Choose how SCTE-35 ad markers are included in HLS and LL-HLS manifests.
- Stability:
experimental
- ExampleMetadata:
infused
Example:
# channel: Channel OriginEndpoint(self, "Endpoint", channel=channel, segment=Segment.cmaf(), manifests=[ Manifest.hls( manifest_name="index", manifest_window=Duration.seconds(60), program_date_time_interval=Duration.seconds(60), scte_ad_marker_hls=AdMarkerHls.DATERANGE ) ] )
Attributes
- DATERANGE
(experimental) Insert EXT-X-DATERANGE tags to signal ad content.
- Stability:
experimental
- SCTE35_ENHANCED
(experimental) Insert enhanced SCTE-35 tags for ad content.
- Stability:
experimental