vlc.MediaParseFlag
- class vlc.MediaParseFlag(value)
Bases:
_EnumParse flags used by
libvlc_media_parse_with_options()See
libvlc_media_parse_with_options().- Defined symbols:
vlc.MediaParseFlag.localParse media if it’s a local filevlc.MediaParseFlag.networkParse media even if it’s a network filevlc.MediaParseFlag.fetch_localFetch meta and covert art using local resourcesvlc.MediaParseFlag.fetch_networkFetch meta and covert art using network resourcesvlc.MediaParseFlag.do_interactInteract with the user (via libvlc_dialog_cbs) when preparsing this item
(and not its sub items). Set this flag in order to receive a callback when the input is asking for credentials.
Initialize self. See help(type(self)) for accurate signature.
- _enum_names_