@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:22.763Z")
public interface ChannelProps
Example:
Channel myChannel = Channel.Builder.create(this, "Channel") .authorized(true) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ChannelProps.Builder
A builder for
ChannelProps |
static class |
ChannelProps.Jsii$Proxy
An implementation for
ChannelProps |
Modifier and Type | Method and Description |
---|---|
static ChannelProps.Builder |
builder() |
default java.lang.Boolean |
getAuthorized()
(experimental) Whether the channel is authorized.
|
default LatencyMode |
getLatencyMode()
(experimental) Channel latency mode.
|
default java.lang.String |
getName()
(experimental) Channel name.
|
default ChannelType |
getType()
(experimental) The channel type, which determines the allowable resolution and bitrate.
|
default java.lang.Boolean getAuthorized()
If you wish to make an authorized channel, you will need to ensure that a PlaybackKeyPair has been uploaded to your account as this is used to validate the signed JWT that is required for authorization
Default: false
default LatencyMode getLatencyMode()
Default: LatencyMode.LOW
default java.lang.String getName()
Default: - None
default ChannelType getType()
If you exceed the allowable resolution or bitrate, the stream will disconnect immediately
Default: ChannelType.STANDARD
static ChannelProps.Builder builder()
ChannelProps.Builder
of ChannelProps