@Stability(value=Stable)
public static interface CfnChannel.HlsInputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
HlsInputSettingsProperty hlsInputSettingsProperty = HlsInputSettingsProperty.builder()
.bandwidth(123)
.bufferSegments(123)
.retries(123)
.retryInterval(123)
.scte35Source("scte35Source")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.HlsInputSettingsProperty.Builder
A builder for
CfnChannel.HlsInputSettingsProperty |
static class |
CfnChannel.HlsInputSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.HlsInputSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.HlsInputSettingsProperty.Builder |
builder() |
default Number |
getBandwidth()
`CfnChannel.HlsInputSettingsProperty.Bandwidth`.
|
default Number |
getBufferSegments()
`CfnChannel.HlsInputSettingsProperty.BufferSegments`.
|
default Number |
getRetries()
`CfnChannel.HlsInputSettingsProperty.Retries`.
|
default Number |
getRetryInterval()
`CfnChannel.HlsInputSettingsProperty.RetryInterval`.
|
default String |
getScte35Source()
`CfnChannel.HlsInputSettingsProperty.Scte35Source`.
|
@Stability(value=Stable) @Nullable default Number getBandwidth()
@Stability(value=Stable) @Nullable default Number getBufferSegments()
@Stability(value=Stable) @Nullable default Number getRetries()
@Stability(value=Stable) @Nullable default Number getRetryInterval()
@Stability(value=Stable) @Nullable default String getScte35Source()
@Stability(value=Stable) static CfnChannel.HlsInputSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.