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
/
ProresCodecProfile
Prores
Codec
Profile
sealed
class
ProresCodecProfile
Use Profile to specify the type of Apple ProRes codec to use for this output.
Inheritors
AppleProres422
AppleProres422Hq
AppleProres422Lt
AppleProres422Proxy
AppleProres4444
AppleProres4444Xq
SdkUnknown
Members
Types
Apple
Prores422
Link copied to clipboard
object
AppleProres422
:
ProresCodecProfile
Apple
Prores422Hq
Link copied to clipboard
object
AppleProres422Hq
:
ProresCodecProfile
Apple
Prores422Lt
Link copied to clipboard
object
AppleProres422Lt
:
ProresCodecProfile
Apple
Prores422Proxy
Link copied to clipboard
object
AppleProres422Proxy
:
ProresCodecProfile
Apple
Prores4444
Link copied to clipboard
object
AppleProres4444
:
ProresCodecProfile
Apple
Prores4444Xq
Link copied to clipboard
object
AppleProres4444Xq
:
ProresCodecProfile
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProresCodecProfile
Properties
value
Link copied to clipboard
abstract
val
value
:
String