toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
kinesisvideo
/
aws.sdk.kotlin.services.kinesisvideo.model
/
ChannelType
Channel
Type
sealed
class
ChannelType
Inheritors
FullMesh
SingleMaster
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Full
Mesh
Link copied to clipboard
object
FullMesh
:
ChannelType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelType
Single
Master
Link copied to clipboard
object
SingleMaster
:
ChannelType
Properties
value
Link copied to clipboard
abstract
val
value
:
String