Uses of Enum Class
ca.phon.media.export.VLCMediaExporter.Preset
Packages that use VLCMediaExporter.Preset
-
Uses of VLCMediaExporter.Preset in ca.phon.media.export
Subclasses with type arguments of type VLCMediaExporter.Preset in ca.phon.media.exportMethods in ca.phon.media.export that return VLCMediaExporter.PresetModifier and TypeMethodDescriptionVLCMediaExporter.getPreset()static VLCMediaExporter.PresetReturns 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 TypeMethodDescriptionvoidVLCMediaExporter.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