| 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() |
Copyright © 2022. All rights reserved.