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
/
CmafManifestDurationFormat
Cmaf
Manifest
Duration
Format
sealed
class
CmafManifestDurationFormat
Indicates whether the output manifest should use floating point values for segment duration.
Inheritors
FloatingPoint
Integer
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Floating
Point
Link copied to clipboard
object
FloatingPoint
:
CmafManifestDurationFormat
Integer
Link copied to clipboard
object
Integer
:
CmafManifestDurationFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CmafManifestDurationFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String