Enum MediaParseOptions
- Namespace
- LibVLCSharp.Shared
- Assembly
- LibVLCSharp.dll
Parse flags used by libvlc_media_parse_with_options()
[Flags]
public enum MediaParseOptions
Fields
Interact 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.
Fetch meta and covert art using local resources
Fetch meta and covert art using network resources
Parse media if it's a local file
Parse media even if it's a network file
Remarks
libvlc_media_parse_with_options