| Modifier and Type | Method and Description |
|---|---|
default ChannelType |
ChannelProps.getType()
(experimental) The channel type, which determines the allowable resolution and bitrate.
|
ChannelType |
ChannelProps.Jsii$Proxy.getType() |
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.type(ChannelType type)
(experimental) The channel type, which determines the allowable resolution and bitrate.
|
ChannelProps.Builder |
ChannelProps.Builder.type(ChannelType type)
Sets the value of
ChannelProps.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean authorized,
LatencyMode latencyMode,
String name,
ChannelType type)
Constructor that initializes the object based on literal property values passed by the
ChannelProps.Builder. |
Copyright © 2021. All rights reserved.