AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mediaconvert
/
aws.sdk.kotlin.services.mediaconvert.model
/
HlsOutputSelection
Hls
Output
Selection
sealed
class
HlsOutputSelection
Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
Inheritors
ManifestsAndSegments
SegmentsOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Manifests
And
Segments
Link copied to clipboard
object
ManifestsAndSegments
:
HlsOutputSelection
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
HlsOutputSelection
Segments
Only
Link copied to clipboard
object
SegmentsOnly
:
HlsOutputSelection
Properties
value
Link copied to clipboard
abstract
val
value
:
String