|
TagLib 1.11.1 (fileref.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_FILEREF_H
27 #define TAGLIB_FILEREF_H
106 bool readAudioProperties =
true,
126 bool readAudioProperties =
true,
143 bool readAudioProperties =
true,
274 bool readAudioProperties =
true,
279 class FileRefPrivate;
ReadStyle
Definition: audioproperties.h:53
A list of strings.
Definition: tstringlist.h:46
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_IGNORE_MISSING_DESTRUCTOR
Definition: taglib.h:38
static const FileTypeResolver * addFileTypeResolver(const FileTypeResolver *resolver)
AudioProperties * audioProperties() const
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:57
bool operator==(const FileRef &ref) const
FileRef(FileName fileName, bool readAudioProperties=true, AudioProperties::ReadStyle audioPropertiesStyle=AudioProperties::Average)
This class provides a simple abstraction for creating and handling files.
Definition: fileref.h:60
const char * FileName
Definition: tiostream.h:57
virtual File * createFile(FileName fileName, bool readAudioProperties=true, AudioProperties::ReadStyle audioPropertiesStyle=AudioProperties::Average) const =0
A class for pluggable file type resolution.
Definition: fileref.h:93
static StringList defaultFileExtensions()
FileRef(const FileRef &ref)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
bool operator!=(const FileRef &ref) const
static File * create(FileName fileName, bool readAudioProperties=true, AudioProperties::ReadStyle audioPropertiesStyle=AudioProperties::Average)
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
FileRef & operator=(const FileRef &ref)
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
FileRef(IOStream *stream, bool readAudioProperties=true, AudioProperties::ReadStyle audioPropertiesStyle=AudioProperties::Average)
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:63