| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Tcs |
Tcs.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Tcs |
Fmtp.tcs()
The transfer characteristic system (TCS) that is used in the video.
|
Tcs |
FmtpRequest.tcs()
The transfer characteristic system (TCS) that is used in the video.
|
static Tcs |
Tcs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tcs[] |
Tcs.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<Tcs> |
Tcs.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Fmtp.Builder |
Fmtp.Builder.tcs(Tcs tcs)
The transfer characteristic system (TCS) that is used in the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.tcs(Tcs tcs)
The transfer characteristic system (TCS) that is used in the video.
|
Copyright © 2021. All rights reserved.