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
|
| 名称 | 说明 | |
|---|---|---|
| ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) | |
| Delay |
延迟操作
(由 ObjectExtenstions 定义。) | |
| Equal |
对象是否相等
(由 ObjectExtenstions 定义。) | |
| GetCreationCode | (由 ObjectExtenstions 定义。) | |
| GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) | |
| GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) | |
| Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) | |
| SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) | |
| SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |