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 OptionFlag
OptionFlag.optionFlag
(int intValue) static OptionFlag
Returns 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 TypeMethodDescriptionboolean
OptionsApi.add
(String[] options, OptionFlag... flags) Add options, with flags, to the media.boolean
OptionsApi.add
(String option, OptionFlag... flags) Add an option to the media.