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
/
AV1BitDepth
AV1Bit
Depth
sealed
class
AV1BitDepth
Specify the Bit depth. You can choose 8-bit or 10-bit.
Inheritors
Bit10
Bit8
SdkUnknown
Members
Types
Bit10
Link copied to clipboard
object
Bit10
:
AV1BitDepth
Bit8
Link copied to clipboard
object
Bit8
:
AV1BitDepth
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AV1BitDepth
Properties
value
Link copied to clipboard
abstract
val
value
:
String