Table of Contents

Enum MediaParseOptions

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Parse flags used by libvlc_media_parse_with_options()

[Flags]
public enum MediaParseOptions

Fields

DoInteract = 8

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.

FetchLocal = 2

Fetch meta and covert art using local resources

FetchNetwork = 4

Fetch meta and covert art using network resources

ParseLocal = 0

Parse media if it's a local file

ParseNetwork = 1

Parse media even if it's a network file

Remarks

libvlc_media_parse_with_options