@Stability(value=Stable)
public static interface CfnChannel.DvbSdtSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is M2tsSettings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
DvbSdtSettingsProperty dvbSdtSettingsProperty = DvbSdtSettingsProperty.builder()
.outputSdt("outputSdt")
.repInterval(123)
.serviceName("serviceName")
.serviceProviderName("serviceProviderName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.DvbSdtSettingsProperty.Builder
A builder for
CfnChannel.DvbSdtSettingsProperty |
static class |
CfnChannel.DvbSdtSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.DvbSdtSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.DvbSdtSettingsProperty.Builder |
builder() |
default String |
getOutputSdt()
Selects a method of inserting SDT information into an output stream.
|
default Number |
getRepInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
default String |
getServiceName()
The service name placed in the serviceDescriptor in the Service Description Table (SDT).
|
default String |
getServiceProviderName()
The service provider name placed in the serviceDescriptor in the Service Description Table (SDT).
|
@Stability(value=Stable) @Nullable default String getOutputSdt()
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.
@Stability(value=Stable) @Nullable default Number getRepInterval()
@Stability(value=Stable) @Nullable default String getServiceName()
The maximum length is 256 characters.
@Stability(value=Stable) @Nullable default String getServiceProviderName()
The maximum length is 256 characters.
@Stability(value=Stable) static CfnChannel.DvbSdtSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.