| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static TranscodePreset |
TranscodePreset.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TranscodePreset |
UpdateChannelRequest.preset()
Optional transcode preset for the channel.
|
TranscodePreset |
Channel.preset()
Optional transcode preset for the channel.
|
TranscodePreset |
ChannelSummary.preset()
Optional transcode preset for the channel.
|
TranscodePreset |
CreateChannelRequest.preset()
Optional transcode preset for the channel.
|
static TranscodePreset |
TranscodePreset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranscodePreset[] |
TranscodePreset.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<TranscodePreset> |
TranscodePreset.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.preset(TranscodePreset preset)
Optional transcode preset for the channel.
|
Channel.Builder |
Channel.Builder.preset(TranscodePreset preset)
Optional transcode preset for the channel.
|
ChannelSummary.Builder |
ChannelSummary.Builder.preset(TranscodePreset preset)
Optional transcode preset for the channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.preset(TranscodePreset preset)
Optional transcode preset for the channel.
|
Copyright © 2023. All rights reserved.