Uses of Enum Class
ca.phon.media.export.VLCMediaExporter.Preset
Packages that use VLCMediaExporter.Preset
-
Uses of VLCMediaExporter.Preset in ca.phon.media.export
Methods in ca.phon.media.export that return VLCMediaExporter.PresetModifier and TypeMethodDescriptionVLCMediaExporter.getPreset()
static VLCMediaExporter.Preset
Returns the enum constant of this class with the specified name.static VLCMediaExporter.Preset[]
VLCMediaExporter.Preset.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.media.export with parameters of type VLCMediaExporter.PresetModifier and TypeMethodDescriptionvoid
VLCMediaExporter.setPreset
(VLCMediaExporter.Preset preset) Constructors in ca.phon.media.export with parameters of type VLCMediaExporter.PresetModifierConstructorDescriptionVLCMediaExporter
(File inputFile, File outputFile, VLCMediaExporter.Preset preset) VLCMediaExporter
(String inputFile, String outputFile, VLCMediaExporter.Preset preset) Constructor