toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ivs
/
aws.sdk.kotlin.services.ivs.model
/
ChannelType
Channel
Type
sealed
class
ChannelType
Inheritors
AdvancedHdChannelType
AdvancedSdChannelType
BasicChannelType
StandardChannelType
SdkUnknown
Members
Types
Advanced
Hd
Channel
Type
Link copied to clipboard
object
AdvancedHdChannelType
:
ChannelType
Advanced
Sd
Channel
Type
Link copied to clipboard
object
AdvancedSdChannelType
:
ChannelType
Basic
Channel
Type
Link copied to clipboard
object
BasicChannelType
:
ChannelType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelType
Standard
Channel
Type
Link copied to clipboard
object
StandardChannelType
:
ChannelType
Properties
value
Link copied to clipboard
abstract
val
value
:
String