| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static AdMarkupType |
AdMarkupType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AdMarkupType |
AdMarkupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdMarkupType[] |
AdMarkupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdMarkupType> |
HlsPlaylistSettings.adMarkupType()
Determines the type of SCTE 35 tags to use in ad markup.
|
static Set<AdMarkupType> |
AdMarkupType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsPlaylistSettings.Builder |
HlsPlaylistSettings.Builder.adMarkupType(AdMarkupType... adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup.
|
| Modifier and Type | Method and Description |
|---|---|
HlsPlaylistSettings.Builder |
HlsPlaylistSettings.Builder.adMarkupType(Collection<AdMarkupType> adMarkupType)
Determines the type of SCTE 35 tags to use in ad markup.
|
Copyright © 2023. All rights reserved.