点击或拖拽改变大小

FromType 枚举

The FromType enum is used to drive the media creation. A media is usually created using a string, which can represent one of 3 things: FromPath, FromLocation, AsNode.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public enum FromType
成员
  成员名称说明
FromPath0 Create a media for a certain file path.
FromLocation1 Create a media with a certain given media resource location, for instance a valid URL. note To refer to a local file with this function, the file://... URI syntax must be used (see IETF RFC3986). We recommend using FromPath instead when dealing with local files.
AsNode2 Create a media as an empty node with a given name.
参见