@Stability(value=Experimental) @Internal public static final class ChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ChannelProps
ChannelPropssoftware.amazon.jsii.JsiiObject.InitializationModeChannelProps.Builder, ChannelProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ChannelProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ChannelProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAuthorized()
(experimental) Whether the channel is authorized.
|
LatencyMode |
getLatencyMode()
(experimental) Channel latency mode.
|
String |
getName()
(experimental) Channel name.
|
ChannelType |
getType()
(experimental) The channel type, which determines the allowable resolution and bitrate.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ChannelProps.Builder builder)
ChannelProps.Builder.public final Boolean getAuthorized()
ChannelPropsIf 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
getAuthorized in interface ChannelPropspublic final LatencyMode getLatencyMode()
ChannelPropsDefault: LatencyMode.LOW
getLatencyMode in interface ChannelPropspublic final String getName()
ChannelPropsDefault: - None
getName in interface ChannelPropspublic final ChannelType getType()
ChannelPropsIf you exceed the allowable resolution or bitrate, the stream will disconnect immediately
Default: ChannelType.STANDARD
getType in interface ChannelProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.