点击或拖拽改变大小

LibVLC 属性

LibVLC 类型公开以下成员。

属性
  名称说明
公共属性AudioFilters
Returns a list of audio filters that are available.
公共属性AudioOutputs
Gets the list of available audio output modules.
公共属性Changeset
The changeset of the LibVLC engine currently used by LibVLCSharp
公共属性DialogHandlersSet
True if dialog handlers are set
公共属性LastLibVLCError
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.

公共属性LibVLCCompiler
Retrieve the libvlc compiler version. Example: "gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu6)"
公共属性NativeReference
The pointer to the native code representation of this object
(继承自 Internal。)
公共属性RendererList
List of available renderers used to create RendererDiscoverer objects Note: LibVLC 3.0.0 and later
公共属性Version
The version of the LibVLC engine currently used by LibVLCSharp
公共属性VideoFilters
Returns a list of video filters that are available.
Top
参见