MediaPlayer 构造函数 (LibVLC) |
Create an empty Media Player object
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public MediaPlayer(
LibVLC libVLC
)
参数
- libVLC
- 类型:LibVLCSharp.SharedLibVLC
the libvlc instance in which the Media Player
should be created.
返回值
类型:
a new media player object, or NULL on error.
参见