Skip to content

libvlc.Meta.MetaData

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

libvlc.Meta.MetaData

Class Declaration

 Protected Class MetaData

Remarks

This class provides a Dictionary-like interface for reading/editing the metadata embedded within a media file (e.g. IDv3 tags in an MP3). Refer to the libvlc.MetaDataType enum for a list of possible meta data types.

If you edit any tags then you MUST call the Flush method to save your changes.

Methods

See also

Clone this wiki locally