点击或拖拽改变大小

MediaMeta 方法

Read the meta of the media.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public string Meta(
	MetadataType metadataType
)

参数

metadataType
类型:LibVLCSharp.SharedMetadataType
the meta to read

返回值

类型:String
the media's meta
备注
If the media has not yet been parsed this will return NULL.
参见