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 TypeMethodDescriptionboolean
Add options to the media.boolean
add
(String[] options, OptionFlag... flags) Add options, with flags, to the media.boolean
add
(String option, OptionFlag... flags) Add an option to the media.
-
Method Details
-
add
Add options to the media.- Parameters:
options
- options to add- Returns:
true
if successful;false
on error
-
add
Add options, with flags, to the media.- Parameters:
options
- options to addflags
- option flags- Returns:
true
if successful;false
on error
-
add
Add an option to the media.- Parameters:
option
- option to addflags
- option flags- Returns:
true
if successful;false
on error
-