Uses of Enum Class
ca.phon.media.export.VLCMediaExporter.Preset
-
Uses of VLCMediaExporter.Preset in ca.phon.media.export
Modifier 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.Modifier and TypeMethodDescriptionvoid
VLCMediaExporter.setPreset
(VLCMediaExporter.Preset preset) ModifierConstructorDescriptionVLCMediaExporter
(File inputFile, File outputFile, VLCMediaExporter.Preset preset) VLCMediaExporter
(String inputFile, String outputFile, VLCMediaExporter.Preset preset) Constructor