| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanMode |
ScanMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScanMode |
Fmtp.scanMode()
The type of compression that was used to smooth the video’s appearance
|
ScanMode |
FmtpRequest.scanMode()
The type of compression that was used to smooth the video’s appearance.
|
static ScanMode |
ScanMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanMode[] |
ScanMode.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<ScanMode> |
ScanMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Fmtp.Builder |
Fmtp.Builder.scanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance
|
FmtpRequest.Builder |
FmtpRequest.Builder.scanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance.
|
Copyright © 2022. All rights reserved.