| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
M2tsAudioBufferModel |
M2tsSettings.audioBufferModel()
Selects between the DVB and ATSC buffer models for Dolby Digital audio.
|
static M2tsAudioBufferModel |
M2tsAudioBufferModel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static M2tsAudioBufferModel |
M2tsAudioBufferModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M2tsAudioBufferModel[] |
M2tsAudioBufferModel.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<M2tsAudioBufferModel> |
M2tsAudioBufferModel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
M2tsSettings.Builder |
M2tsSettings.Builder.audioBufferModel(M2tsAudioBufferModel audioBufferModel)
Selects between the DVB and ATSC buffer models for Dolby Digital audio.
|
Copyright © 2023. All rights reserved.