Media 方法 |
Media 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | AddOption(String) | Add an option to the media. |
![]() | AddOption(MediaConfiguration) |
Convenience method for crossplatform media configuration
|
![]() | AddOptionFlag | Add an option to the media with configurable flags. |
![]() | AddSlave | Add a slave to the current media. |
![]() | ClearSlaves | Clear all slaves previously added by libvlc_media_slaves_add() or internally. |
![]() | CodecDescription | Get a media's codec description |
![]() | Dispose |
Dispose of this instance
(继承自 Internal。) |
![]() | Dispose(Boolean) |
Dispose of this media
(重写 InternalDispose(Boolean).) |
![]() | Duplicate | Duplicate a media descriptor object. |
![]() | Equals |
Equality override for this media instance
(重写 ObjectEquals(Object).) |
![]() | Finalize | (继承自 Object。) |
![]() | GetHashCode |
Custom hascode implemenation for this Media instance
(重写 ObjectGetHashCode.) |
![]() | GetType | (继承自 Object。) |
![]() | MemberwiseClone | (继承自 Object。) |
![]() | Meta | Read the meta of the media. |
![]() | Parse |
Parse the media asynchronously with options.
It uses a flag to specify parse options (see MediaParseOptions). All these flags can be combined. By default, the media is parsed only if it's a local file.
Note: Parsing can be aborted with ParseStop().
|
![]() | ParseStop | Stop the parsing of the media |
![]() | SaveMeta | Save the meta previously set |
![]() | SetMeta | Set the meta of the media (this function will not save the meta, call libvlc_media_save_meta in order to save the meta) |
![]() | ToString | (继承自 Object。) |
名称 | 说明 | |
---|---|---|
![]() | ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) |
![]() | Delay |
延迟操作
(由 ObjectExtenstions 定义。) |
![]() | Equal |
对象是否相等
(由 ObjectExtenstions 定义。) |
![]() | GetCreationCode | (由 ObjectExtenstions 定义。) |
![]() | GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) |
![]() | GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) |
![]() | Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) |
![]() | SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) |
![]() | SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |