| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static InputPsiControl |
InputPsiControl.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputPsiControl |
InputTemplate.psiControl()
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans.
|
InputPsiControl |
Input.psiControl()
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans.
|
static InputPsiControl |
InputPsiControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputPsiControl[] |
InputPsiControl.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<InputPsiControl> |
InputPsiControl.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputTemplate.Builder |
InputTemplate.Builder.psiControl(InputPsiControl psiControl)
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to
scans.
|
Input.Builder |
Input.Builder.psiControl(InputPsiControl psiControl)
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to
scans.
|
Copyright © 2023. All rights reserved.