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
/
TimecodeBurninPosition
Timecode
Burnin
Position
sealed
class
TimecodeBurninPosition
Timecode Burnin Position
Inheritors
BottomCenter
BottomLeft
BottomRight
MiddleCenter
MiddleLeft
MiddleRight
TopCenter
TopLeft
TopRight
SdkUnknown
Members
Types
Bottom
Center
Link copied to clipboard
object
BottomCenter
:
TimecodeBurninPosition
Bottom
Left
Link copied to clipboard
object
BottomLeft
:
TimecodeBurninPosition
Bottom
Right
Link copied to clipboard
object
BottomRight
:
TimecodeBurninPosition
Companion
Link copied to clipboard
object
Companion
Middle
Center
Link copied to clipboard
object
MiddleCenter
:
TimecodeBurninPosition
Middle
Left
Link copied to clipboard
object
MiddleLeft
:
TimecodeBurninPosition
Middle
Right
Link copied to clipboard
object
MiddleRight
:
TimecodeBurninPosition
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TimecodeBurninPosition
Top
Center
Link copied to clipboard
object
TopCenter
:
TimecodeBurninPosition
Top
Left
Link copied to clipboard
object
TopLeft
:
TimecodeBurninPosition
Top
Right
Link copied to clipboard
object
TopRight
:
TimecodeBurninPosition
Properties
value
Link copied to clipboard
abstract
val
value
:
String