点击或拖拽改变大小

Core 类

The Core class handles libvlc loading intricacies on various platforms as well as the libvlc/libvlcsharp version match check.
The Core class handles libvlc loading intricacies on various platforms as well as the libvlc/libvlcsharp version match check.
继承层次
SystemObject
  LibVLCSharp.SharedCore

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public static class Core

Core 类型公开以下成员。

方法
  名称说明
公共方法静态成员Initialize
Load the native libvlc library (if necessary, depending on platform)

Ensure that you installed the VideoLAN.LibVLC.[YourPlatform] package in your target project

This will throw a VLCException if the native libvlc libraries cannot be found or loaded.

It may also throw a VLCException if the LibVLC and LibVLCSharp major versions do not match. See https://code.videolan.org/videolan/LibVLCSharp/-/blob/master/docs/versioning.md for more info about the versioning strategy.

Top
参见