AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
InputDeviceScanType
Input
Device
Scan
Type
sealed
class
InputDeviceScanType
The scan type of the video source.
Inheritors
Interlaced
Progressive
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Interlaced
Link copied to clipboard
object
Interlaced
:
InputDeviceScanType
Progressive
Link copied to clipboard
object
Progressive
:
InputDeviceScanType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InputDeviceScanType
Properties
value
Link copied to clipboard
abstract
val
value
:
String