Uses of Class
software.amazon.awssdk.services.ivs.model.TranscodePreset
-
Packages that use TranscodePreset Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of TranscodePreset in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return TranscodePreset Modifier and Type Method Description static TranscodePresetTranscodePreset. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscodePresetChannel. preset()Optional transcode preset for the channel.TranscodePresetChannelSummary. preset()Optional transcode preset for the channel.TranscodePresetCreateChannelRequest. preset()Optional transcode preset for the channel.TranscodePresetUpdateChannelRequest. preset()Optional transcode preset for the channel.static TranscodePresetTranscodePreset. 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.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type TranscodePreset Modifier and Type Method Description static Set<TranscodePreset>TranscodePreset. knownValues()Methods in software.amazon.awssdk.services.ivs.model with parameters of type TranscodePreset Modifier and Type Method Description Channel.BuilderChannel.Builder. preset(TranscodePreset preset)Optional transcode preset for the channel.ChannelSummary.BuilderChannelSummary.Builder. preset(TranscodePreset preset)Optional transcode preset for the channel.CreateChannelRequest.BuilderCreateChannelRequest.Builder. preset(TranscodePreset preset)Optional transcode preset for the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. preset(TranscodePreset preset)Optional transcode preset for the channel.
-