FFmpegfs Fuse Multi Media Filesystem
2.16
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
f
l
m
n
p
r
s
t
Typedefs
b
c
d
f
l
m
o
p
s
t
Enumerations
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
Variables
a
c
d
f
g
h
l
m
o
p
r
s
t
v
Typedefs
a
b
c
f
h
i
l
m
p
r
s
t
v
w
Enumerations
Enumerator
Macros
_
a
b
c
d
f
h
i
l
m
o
p
s
t
v
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cuesheetparser.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018-2024 by Norbert Schlia (nschlia@oblivion-software.de)
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
17
*
18
* On Debian systems, the complete text of the GNU General Public License
19
* Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
20
*/
21
32
#ifndef CUESHEETPARSER_H
33
#define CUESHEETPARSER_H
34
35
#pragma once
36
37
#include <string>
38
39
#define TRACKDIR "tracks"
40
41
struct
AVFormatContext;
42
51
int
check_cuesheet
(
const
std::string & filename,
void
*buf =
nullptr
, fuse_fill_dir_t filler =
nullptr
);
52
53
#endif
// CUESHEETPARSER_H
check_cuesheet
int check_cuesheet(const std::string &filename, void *buf=nullptr, fuse_fill_dir_t filler=nullptr)
Get number of titles in cue sheet.
Definition:
cuesheetparser.cc:368
Generated by
1.9.4