public static final class CfnChannel.DvbSdtSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.DvbSdtSettingsProperty
CfnChannel.DvbSdtSettingsProperty
CfnChannel.DvbSdtSettingsProperty.Builder, CfnChannel.DvbSdtSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getOutputSdt()
Selects a method of inserting SDT information into an output stream.
|
java.lang.Number |
getRepInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
java.lang.String |
getServiceName()
The service name placed in the serviceDescriptor in the Service Description Table (SDT).
|
java.lang.String |
getServiceProviderName()
The service provider name placed in the serviceDescriptor in the Service Description Table (SDT).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getOutputSdt()
CfnChannel.DvbSdtSettingsProperty
The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.
getOutputSdt
in interface CfnChannel.DvbSdtSettingsProperty
public final java.lang.Number getRepInterval()
CfnChannel.DvbSdtSettingsProperty
getRepInterval
in interface CfnChannel.DvbSdtSettingsProperty
public final java.lang.String getServiceName()
CfnChannel.DvbSdtSettingsProperty
The maximum length is 256 characters.
getServiceName
in interface CfnChannel.DvbSdtSettingsProperty
public final java.lang.String getServiceProviderName()
CfnChannel.DvbSdtSettingsProperty
The maximum length is 256 characters.
getServiceProviderName
in interface CfnChannel.DvbSdtSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()