点击或拖拽改变大小

MediaInput 类

An abstract class that lets libvlc read a media from callbacks. Override this to provide your own reading mechanism, or you can use the StreamMediaInput class
继承层次

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public abstract class MediaInput : IDisposable

MediaInput 类型公开以下成员。

构造函数
  名称说明
受保护的方法MediaInput
The constructor
Top
属性
  名称说明
公共属性GcHandle
The GCHandle to be passed to callbacks as userData
Top
方法
  名称说明
公共方法Close
LibVLC calls this method when it wants to close the media.
公共方法Dispose
Disposes of this instance
受保护的方法Dispose(Boolean)
Override this to dispose things in your child class
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
受保护的方法MemberwiseClone (继承自 Object。)
公共方法Open
LibVLC calls this method when it wants to open the media
公共方法Read
LibVLC calls this method when it wants to read the media
公共方法Seek
LibVLC calls this method when it wants to seek to a specific position in the media
公共方法ToString (继承自 Object。)
Top
扩展方法
  名称说明
公共扩展器方法ConvertTo
类型转换
(由 ObjectExtenstions 定义。)
公共扩展器方法Delay
延迟操作
(由 ObjectExtenstions 定义。)
公共扩展器方法Equal
对象是否相等
(由 ObjectExtenstions 定义。)
公共扩展器方法GetCreationCode (由 ObjectExtenstions 定义。)
公共扩展器方法GetPropretyValue
获取对象属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法GetValue
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法Invoke
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。)
公共扩展器方法SetPropretyValue
设置属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法SetValue
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。)
Top
参见