Skip to content

libvlc.Meta.MetaData.Value

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

Method signatures

 Function Value(Type As libvlc.Meta.MetaDataType) As String
 Sub Value(Type As libvlc.Meta.MetaDataType, Assigns NewValue As String)

Remarks

Reads/writes the value of the meta data field. If you write to a value then you must call the Flush method.

Clone this wiki locally