Class DvbSdtSettings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.DvbSdtSettings.Jsii$Proxy
- All Implemented Interfaces:
DvbSdtSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DvbSdtSettings
@Stability(Experimental)
@Internal
public static final class DvbSdtSettings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DvbSdtSettings
An implementation for
DvbSdtSettings-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.DvbSdtSettings
DvbSdtSettings.Builder, DvbSdtSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DvbSdtSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theDvbSdtSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal DvbSdtOutputMode(experimental) The method of inserting SDT information into the output stream.final Duration(experimental) The interval between instances of this table in the output transport stream.final String(experimental) The service name placed in the serviceDescriptor in the SDT (max 256 characters).final String(experimental) The service provider name placed in the serviceDescriptor in the SDT (max 256 characters).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theDvbSdtSettings.Builder.
-
-
Method Details
-
getOutputSdt
Description copied from interface:DvbSdtSettings(experimental) The method of inserting SDT information into the output stream.Default: - service default
- Specified by:
getOutputSdtin interfaceDvbSdtSettings
-
getRepInterval
Description copied from interface:DvbSdtSettings(experimental) The interval between instances of this table in the output transport stream.Default: - service default
- Specified by:
getRepIntervalin interfaceDvbSdtSettings
-
getServiceName
Description copied from interface:DvbSdtSettings(experimental) The service name placed in the serviceDescriptor in the SDT (max 256 characters).Default: - no service name
- Specified by:
getServiceNamein interfaceDvbSdtSettings
-
getServiceProviderName
Description copied from interface:DvbSdtSettings(experimental) The service provider name placed in the serviceDescriptor in the SDT (max 256 characters).Default: - no service provider name
- Specified by:
getServiceProviderNamein interfaceDvbSdtSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-