-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.Meta.MetaData
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Protected Class MetaData
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"