Uses of Class
com.amazonaws.services.elastictranscoder.model.Preset
Packages that use Preset
-
Uses of Preset in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return PresetModifier and TypeMethodDescriptionPreset.clone()
CreatePresetResult.getPreset()
A section of the response body that provides information about the preset that is created.ReadPresetResult.getPreset()
A section of the response body that provides information about the preset.The Amazon Resource Name (ARN) for the preset.Preset.withAudio
(AudioParameters audio) A section of the response body that provides information about the audio preset values.Preset.withContainer
(String container) The container type for the output file.Preset.withDescription
(String description) A description of the preset.Identifier for the new preset.The name of the preset.Preset.withThumbnails
(Thumbnails thumbnails) A section of the response body that provides information about the thumbnail preset values, if any.Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).Preset.withVideo
(VideoParameters video) A section of the response body that provides information about the video preset values.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type PresetMethods in com.amazonaws.services.elastictranscoder.model with parameters of type PresetModifier and TypeMethodDescriptionvoid
A section of the response body that provides information about the preset that is created.void
A section of the response body that provides information about the preset.CreatePresetResult.withPreset
(Preset preset) A section of the response body that provides information about the preset that is created.ReadPresetResult.withPreset
(Preset preset) A section of the response body that provides information about the preset.ListPresetsResult.withPresets
(Preset... presets) An array ofPreset
objects.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type PresetModifier and TypeMethodDescriptionvoid
ListPresetsResult.setPresets
(Collection<Preset> presets) An array ofPreset
objects.ListPresetsResult.withPresets
(Collection<Preset> presets) An array ofPreset
objects.