AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
BurnInOutlineColor
Burn
In
Outline
Color
sealed
class
BurnInOutlineColor
Burn In Outline Color
Inheritors
Black
Blue
Green
Red
White
Yellow
SdkUnknown
Members
Types
Black
Link copied to clipboard
object
Black
:
BurnInOutlineColor
Blue
Link copied to clipboard
object
Blue
:
BurnInOutlineColor
Companion
Link copied to clipboard
object
Companion
Green
Link copied to clipboard
object
Green
:
BurnInOutlineColor
Red
Link copied to clipboard
object
Red
:
BurnInOutlineColor
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BurnInOutlineColor
White
Link copied to clipboard
object
White
:
BurnInOutlineColor
Yellow
Link copied to clipboard
object
Yellow
:
BurnInOutlineColor
Properties
value
Link copied to clipboard
abstract
val
value
:
String