Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data HlsConfiguration Source #
The configuration for HLS content.
See: newHlsConfiguration
smart constructor.
HlsConfiguration' | |
|
Instances
newHlsConfiguration :: HlsConfiguration Source #
Create a value of HlsConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manifestEndpointPrefix:HlsConfiguration'
, hlsConfiguration_manifestEndpointPrefix
- The URL that is used to initiate a playback session for devices that
support Apple HLS. The session uses server-side reporting.
hlsConfiguration_manifestEndpointPrefix :: Lens' HlsConfiguration (Maybe Text) Source #
The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.