| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsScte35SourceType |
HlsScte35SourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HlsScte35SourceType |
HlsInputSettings.scte35Source()
Identifies the source for the SCTE-35 messages that MediaLive will ingest.
|
static HlsScte35SourceType |
HlsScte35SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsScte35SourceType[] |
HlsScte35SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HlsScte35SourceType> |
HlsScte35SourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsInputSettings.Builder |
HlsInputSettings.Builder.scte35Source(HlsScte35SourceType scte35Source)
Identifies the source for the SCTE-35 messages that MediaLive will ingest.
|
Copyright © 2022. All rights reserved.