点击或拖拽改变大小

MediaSetMeta 方法

Set the meta of the media (this function will not save the meta, call

libvlc_media_save_meta in order to save the meta)

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

参数

metadataType
类型:LibVLCSharp.SharedMetadataType
the MetadataType to write
metaValue
类型:SystemString
the media's meta
参见