Parse flags used by libvlc_media_parse_with_options()
            
 
        命名空间: 
     LibVLCSharp.Shared
        程序集:
     CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
 语法
语法[FlagsAttribute]
public enum MediaParseOptions
 成员
成员|  | 成员名称 | 值 | 说明 | 
|---|
|  | ParseLocal | 0 | Parse media if it's a local file | 
|  | ParseNetwork | 1 | Parse media even if it's a network file | 
|  | FetchLocal | 2 | Fetch meta and covert art using local resources | 
|  | FetchNetwork | 4 | Fetch meta and covert art using network resources | 
|  | 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. | 
 备注
备注libvlc_media_parse_with_options
 参见
参见