点击或拖拽改变大小

LibVLC 方法

LibVLC 类型公开以下成员。

方法
  名称说明
公共方法AddInterface
Try to start a user interface for the libvlc instance.
公共方法AudioOutputDevices
Gets a list of audio output devices for a given audio output module,
公共方法ClearLibVLCError
Clears the LibVLC error status for the current thread. This is optional. By default, the error status is automatically overridden when a new error occurs, and destroyed when the thread exits.
公共方法CloseLogFile
Close log file handle
公共方法Dispose
Dispose of this instance
(继承自 Internal。)
受保护的方法Dispose(Boolean)
Dispose of this libvlc instance
(重写 InternalDispose(Boolean).)
公共方法Equals(Object)
Determines whether two object instances are equal.
(重写 ObjectEquals(Object).)
受保护的方法Equals(LibVLC)
Determines whether two object instances are equal.
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode
Returns the hashcode for this libvlc instance
(重写 ObjectGetHashCode.)
公共方法GetType (继承自 Object。)
公共方法MediaDiscoverers
Get media discoverer services by category
受保护的方法MemberwiseClone (继承自 Object。)
公共方法SetAppId

Sets some meta-information about the application.

See also libvlc_set_user_agent().

公共方法SetDialogHandlers
Register callbacks in order to handle VLC dialogs. LibVLC 3.0.0 and later.
公共方法SetExitHandler

Registers a callback for the LibVLC exit event. This is mostly useful if

the VLC playlist and/or at least one interface are started with

libvlc_playlist_play() or libvlc_add_intf() respectively.

Typically, this function will wake up your application main loop (from

another thread).

公共方法SetLogFile
Sets up logging to a file. Watch out: Overwrite contents if file exists! Potentially throws a VLCException if FILE * cannot be obtained
公共方法SetUserAgent

Sets the application name. LibVLC passes this as the user agent string

when a protocol requires it.

公共方法ToString (继承自 Object。)
公共方法UnsetDialogHandlers
Unset dialog callbacks if previously set
Top
扩展方法
  名称说明
公共扩展器方法ConvertTo
类型转换
(由 ObjectExtenstions 定义。)
公共扩展器方法Delay
延迟操作
(由 ObjectExtenstions 定义。)
公共扩展器方法Equal
对象是否相等
(由 ObjectExtenstions 定义。)
公共扩展器方法GetCreationCode (由 ObjectExtenstions 定义。)
公共扩展器方法GetPropretyValue
获取对象属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法GetValue
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法Invoke
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。)
公共扩展器方法SetPropretyValue
设置属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法SetValue
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。)
Top
参见