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
/
SrtEncryptionType
Srt
Encryption
Type
sealed
class
SrtEncryptionType
Srt Encryption Type
Inheritors
Aes128
Aes192
Aes256
SdkUnknown
Members
Types
Aes128
Link copied to clipboard
object
Aes128
:
SrtEncryptionType
Aes192
Link copied to clipboard
object
Aes192
:
SrtEncryptionType
Aes256
Link copied to clipboard
object
Aes256
:
SrtEncryptionType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SrtEncryptionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String