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
/
H264EntropyEncoding
H264Entropy
Encoding
sealed
class
H264EntropyEncoding
Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.
Inheritors
Cabac
Cavlc
SdkUnknown
Members
Types
Cabac
Link copied to clipboard
object
Cabac
:
H264EntropyEncoding
Cavlc
Link copied to clipboard
object
Cavlc
:
H264EntropyEncoding
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
H264EntropyEncoding
Properties
value
Link copied to clipboard
abstract
val
value
:
String