| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static TranscodePreset |
TranscodePreset.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.withPreset(TranscodePreset preset)
Optional transcode preset for the channel.
|
CreateChannelRequest |
CreateChannelRequest.withPreset(TranscodePreset preset)
Optional transcode preset for the channel.
|
Channel |
Channel.withPreset(TranscodePreset preset)
Optional transcode preset for the channel.
|
ChannelSummary |
ChannelSummary.withPreset(TranscodePreset preset)
Optional transcode preset for the channel.
|
Copyright © 2023. All rights reserved.