点击或拖拽改变大小

Media 构造函数 (LibVLC, String, FromType, String)

Media Constructs a libvlc Media instance

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public Media(
	LibVLC libVLC,
	string mrl,
	FromType type = FromType.FromPath,
	params string[] options
)

参数

libVLC
类型:LibVLCSharp.SharedLibVLC
A libvlc instance
mrl
类型:SystemString
A path, location, or node name, depending on the 3rd parameter
type (Optional)
类型:LibVLCSharp.SharedFromType
The type of the 2nd argument.
options
类型:SystemString
the libvlc options
参见