Class: Aws::MediaTailor::Types::HlsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::HlsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
The configuration for HLS content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_endpoint_prefix ⇒ String
The URL that is used to initiate a playback session for devices that support Apple HLS.
Instance Attribute Details
#manifest_endpoint_prefix ⇒ String
The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 2295 class HlsConfiguration < Struct.new( :manifest_endpoint_prefix) SENSITIVE = [] include Aws::Structure end |