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 |
Synopsis
- data CmafPackage = CmafPackage' {}
- newCmafPackage :: CmafPackage
- cmafPackage_hlsManifests :: Lens' CmafPackage (Maybe [HlsManifest])
- cmafPackage_segmentDurationSeconds :: Lens' CmafPackage (Maybe Int)
- cmafPackage_streamSelection :: Lens' CmafPackage (Maybe StreamSelection)
- cmafPackage_encryption :: Lens' CmafPackage (Maybe CmafEncryption)
- cmafPackage_segmentPrefix :: Lens' CmafPackage (Maybe Text)
Documentation
data CmafPackage Source #
A Common Media Application Format (CMAF) packaging configuration.
See: newCmafPackage
smart constructor.
CmafPackage' | |
|
Instances
newCmafPackage :: CmafPackage Source #
Create a value of CmafPackage
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:hlsManifests:CmafPackage'
, cmafPackage_hlsManifests
- A list of HLS manifest configurations
$sel:segmentDurationSeconds:CmafPackage'
, cmafPackage_segmentDurationSeconds
- Duration (in seconds) of each segment. Actual segments will be rounded
to the nearest multiple of the source segment duration.
$sel:streamSelection:CmafPackage'
, cmafPackage_streamSelection
- Undocumented member.
$sel:encryption:CmafPackage'
, cmafPackage_encryption
- Undocumented member.
$sel:segmentPrefix:CmafPackage'
, cmafPackage_segmentPrefix
- An optional custom string that is prepended to the name of each segment.
If not specified, it defaults to the ChannelId.
cmafPackage_hlsManifests :: Lens' CmafPackage (Maybe [HlsManifest]) Source #
A list of HLS manifest configurations
cmafPackage_segmentDurationSeconds :: Lens' CmafPackage (Maybe Int) Source #
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
cmafPackage_streamSelection :: Lens' CmafPackage (Maybe StreamSelection) Source #
Undocumented member.
cmafPackage_encryption :: Lens' CmafPackage (Maybe CmafEncryption) Source #
Undocumented member.
cmafPackage_segmentPrefix :: Lens' CmafPackage (Maybe Text) Source #
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.