TagLib API Documentation
mp4qtchapterlist.h
Go to the documentation of this file.
1/**************************************************************************
2 copyright : (C) 2026 by Ryan Francesconi
3 **************************************************************************/
4
5/***************************************************************************
6 * This library is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU Lesser General Public License version *
8 * 2.1 as published by the Free Software Foundation. *
9 * *
10 * This library is distributed in the hope that it will be useful, but *
11 * WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
13 * Lesser General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU Lesser General Public *
16 * License along with this library; if not, write to the Free Software *
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA *
18 * 02110-1301 USA *
19 * *
20 * Alternatively, this file is available under the Mozilla Public *
21 * License Version 1.1. You may obtain a copy of the License at *
22 * http://www.mozilla.org/MPL/ *
23 ***************************************************************************/
24
25#ifndef TAGLIB_MP4QTCHAPTERLIST_H
26#define TAGLIB_MP4QTCHAPTERLIST_H
27
28#include "mp4chapterholder.h"
29
30namespace TagLib {
31 class File;
32 namespace MP4 {
33
51 {
52 public:
58 bool read(TagLib::File *file);
59
65 bool write(TagLib::File *file);
66
72 bool remove(TagLib::File *file);
73 };
74
75 } // namespace MP4
76} // namespace TagLib
77
78#endif
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
Definition mp4chapterholder.h:37
Definition mp4qtchapterlist.h:51
bool read(TagLib::File *file)
bool write(TagLib::File *file)
bool remove(TagLib::File *file)
A namespace for all TagLib related classes and functions.
Definition apefile.h:41