| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
M2tsAudioInterval |
M2tsSettings.ebpAudioInterval()
When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4.
|
static M2tsAudioInterval |
M2tsAudioInterval.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static M2tsAudioInterval |
M2tsAudioInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M2tsAudioInterval[] |
M2tsAudioInterval.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<M2tsAudioInterval> |
M2tsAudioInterval.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
M2tsSettings.Builder |
M2tsSettings.Builder.ebpAudioInterval(M2tsAudioInterval ebpAudioInterval)
When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4.
|
Copyright © 2022. All rights reserved.