@Generated(value="software.amazon.awssdk:codegen") public final class HlsInputSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsInputSettings.Builder,HlsInputSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HlsInputSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bandwidth()
When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen,
otherwise the highest bandwidth stream in the m3u8 will be chosen.
|
Integer |
bufferSegments()
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written
segment).
|
static HlsInputSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
retries()
The number of consecutive times that attempts to read a manifest or segment must fail before the input is
considered unavailable.
|
Integer |
retryInterval()
The number of seconds between retries when an attempt to read a manifest or segment fails.
|
HlsScte35SourceType |
scte35Source()
Identifies the source for the SCTE-35 messages that MediaLive will ingest.
|
String |
scte35SourceAsString()
Identifies the source for the SCTE-35 messages that MediaLive will ingest.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HlsInputSettings.Builder> |
serializableBuilderClass() |
HlsInputSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer bandwidth()
public final Integer bufferSegments()
public final Integer retries()
public final Integer retryInterval()
public final HlsScte35SourceType scte35Source()
If the service returns an enum value that is not available in the current SDK version, scte35Source will
return HlsScte35SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scte35SourceAsString().
HlsScte35SourceTypepublic final String scte35SourceAsString()
If the service returns an enum value that is not available in the current SDK version, scte35Source will
return HlsScte35SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scte35SourceAsString().
HlsScte35SourceTypepublic HlsInputSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HlsInputSettings.Builder,HlsInputSettings>public static HlsInputSettings.Builder builder()
public static Class<? extends HlsInputSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.