Update taglib
This commit is contained in:
6
3rdparty/taglib/ogg/flac/oggflacfile.h
vendored
6
3rdparty/taglib/ogg/flac/oggflacfile.h
vendored
@@ -52,12 +52,12 @@ namespace TagLib {
|
||||
|
||||
using Strawberry_TagLib::TagLib::FLAC::Properties;
|
||||
|
||||
//! An implementation of Strawberry_TagLib::TagLib::File with Ogg/FLAC specific methods
|
||||
//! An implementation of TagLib::File with Ogg/FLAC specific methods
|
||||
|
||||
/*!
|
||||
* This implements and provides an interface for Ogg/FLAC files to the
|
||||
* Strawberry_TagLib::TagLib::Tag and Strawberry_TagLib::TagLib::AudioProperties interfaces by way of implementing
|
||||
* the abstract Strawberry_TagLib::TagLib::File API as well as providing some additional
|
||||
* TagLib::Tag and TagLib::AudioProperties interfaces by way of implementing
|
||||
* the abstract TagLib::File API as well as providing some additional
|
||||
* information specific to Ogg FLAC files.
|
||||
*/
|
||||
|
||||
|
||||
2
3rdparty/taglib/ogg/oggpage.h
vendored
2
3rdparty/taglib/ogg/oggpage.h
vendored
@@ -94,7 +94,7 @@ namespace TagLib {
|
||||
*
|
||||
* \deprecated Always returns null.
|
||||
*/
|
||||
Page* getCopyWithNewPageSequenceNumber(int sequenceNumber);
|
||||
TAGLIB_DEPRECATED Page *getCopyWithNewPageSequenceNumber(int sequenceNumber);
|
||||
|
||||
/*!
|
||||
* Returns the index of the first packet wholly or partially contained in
|
||||
|
||||
2
3rdparty/taglib/ogg/opus/opusfile.h
vendored
2
3rdparty/taglib/ogg/opus/opusfile.h
vendored
@@ -85,7 +85,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* Returns the XiphComment for this file. XiphComment implements the tag
|
||||
* interface, so this serves as the reimplementation of
|
||||
* Strawberry_TagLib::TagLib::File::tag().
|
||||
* TagLib::File::tag().
|
||||
*/
|
||||
virtual Ogg::XiphComment *tag() const;
|
||||
|
||||
|
||||
2
3rdparty/taglib/ogg/opus/opusproperties.h
vendored
2
3rdparty/taglib/ogg/opus/opusproperties.h
vendored
@@ -70,7 +70,7 @@ namespace TagLib {
|
||||
*
|
||||
* \deprecated
|
||||
*/
|
||||
virtual int length() const;
|
||||
TAGLIB_DEPRECATED virtual int length() const;
|
||||
|
||||
/*!
|
||||
* Returns the length of the file in seconds. The length is rounded down to
|
||||
|
||||
2
3rdparty/taglib/ogg/speex/speexfile.h
vendored
2
3rdparty/taglib/ogg/speex/speexfile.h
vendored
@@ -85,7 +85,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* Returns the XiphComment for this file. XiphComment implements the tag
|
||||
* interface, so this serves as the reimplementation of
|
||||
* Strawberry_TagLib::TagLib::File::tag().
|
||||
* TagLib::File::tag().
|
||||
*/
|
||||
virtual Ogg::XiphComment *tag() const;
|
||||
|
||||
|
||||
2
3rdparty/taglib/ogg/speex/speexproperties.h
vendored
2
3rdparty/taglib/ogg/speex/speexproperties.h
vendored
@@ -70,7 +70,7 @@ namespace TagLib {
|
||||
*
|
||||
* \deprecated
|
||||
*/
|
||||
virtual int length() const;
|
||||
TAGLIB_DEPRECATED virtual int length() const;
|
||||
|
||||
/*!
|
||||
* Returns the length of the file in seconds. The length is rounded down to
|
||||
|
||||
2
3rdparty/taglib/ogg/vorbis/vorbisfile.h
vendored
2
3rdparty/taglib/ogg/vorbis/vorbisfile.h
vendored
@@ -92,7 +92,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* Returns the XiphComment for this file. XiphComment implements the tag
|
||||
* interface, so this serves as the reimplementation of
|
||||
* Strawberry_TagLib::TagLib::File::tag().
|
||||
* TagLib::File::tag().
|
||||
*/
|
||||
virtual Ogg::XiphComment *tag() const;
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ namespace TagLib {
|
||||
*
|
||||
* \deprecated
|
||||
*/
|
||||
virtual int length() const;
|
||||
TAGLIB_DEPRECATED virtual int length() const;
|
||||
|
||||
/*!
|
||||
* Returns the length of the file in seconds. The length is rounded down to
|
||||
|
||||
2
3rdparty/taglib/ogg/xiphcomment.h
vendored
2
3rdparty/taglib/ogg/xiphcomment.h
vendored
@@ -187,7 +187,7 @@ namespace TagLib {
|
||||
* \deprecated Using this method may lead to a linkage error.
|
||||
*/
|
||||
// BIC: remove and merge with below
|
||||
void removeField(const String &key, const String &value = String::null);
|
||||
TAGLIB_DEPRECATED void removeField(const String &key, const String &value = String());
|
||||
|
||||
/*!
|
||||
* Remove all the fields specified by \a key.
|
||||
|
||||
Reference in New Issue
Block a user