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
/
CmafCodecSpecification
Cmaf
Codec
Specification
sealed
class
CmafCodecSpecification
Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
Inheritors
Rfc4281
Rfc6381
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Rfc4281
Link copied to clipboard
object
Rfc4281
:
CmafCodecSpecification
Rfc6381
Link copied to clipboard
object
Rfc6381
:
CmafCodecSpecification
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CmafCodecSpecification
Properties
value
Link copied to clipboard
abstract
val
value
:
String