AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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