点击或拖拽改变大小

LibVLCLastLibVLCError 属性

A human-readable error message for the last LibVLC error in the calling thread. The resulting string is valid until another error occurs (at least until the next LibVLC call).

Null if no error.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public string LastLibVLCError { get; }

属性值

类型:String
参见