Core 类 |
命名空间: LibVLCSharp.Shared
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.
|