Uses of Enum
uk.co.caprica.vlcj.media.OptionFlag
Packages that use OptionFlag
-
Uses of OptionFlag in uk.co.caprica.vlcj.media
Methods in uk.co.caprica.vlcj.media that return OptionFlagModifier and TypeMethodDescriptionstatic OptionFlagOptionFlag.optionFlag(int intValue) static OptionFlagReturns the enum constant of this type with the specified name.static OptionFlag[]OptionFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.media with parameters of type OptionFlagModifier and TypeMethodDescriptionbooleanOptionsApi.add(String[] options, OptionFlag... flags) Add options, with flags, to the media.booleanOptionsApi.add(String option, OptionFlag... flags) Add an option to the media.