java.lang.Object
uk.co.caprica.vlcj.media.OptionsApi
Behaviour pertaining to media options.
Generally there is no need to specify option flags, by default the option will be OptionFlag.TRUSTED and
OptionFlag.UNIQUE although it is possible to use different flag values if required.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd options to the media.booleanadd(String[] options, OptionFlag... flags) Add options, with flags, to the media.booleanadd(String option, OptionFlag... flags) Add an option to the media.
-
Method Details
-
add
Add options to the media.- Parameters:
options- options to add- Returns:
trueif successful;falseon error
-
add
Add options, with flags, to the media.- Parameters:
options- options to addflags- option flags- Returns:
trueif successful;falseon error
-
add
Add an option to the media.- Parameters:
option- option to addflags- option flags- Returns:
trueif successful;falseon error
-