点击或拖拽改变大小

MediaParseOptions 枚举

Parse flags used by libvlc_media_parse_with_options()

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
[FlagsAttribute]
public enum MediaParseOptions
成员
  成员名称说明
ParseLocal0Parse media if it's a local file
ParseNetwork1Parse media even if it's a network file
FetchLocal2Fetch meta and covert art using local resources
FetchNetwork4Fetch meta and covert art using network resources
DoInteract8 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
参见