Add docs for this method

This commit is contained in:
Scott Wheeler 2019-09-10 13:31:44 +02:00
parent dc0f667a4c
commit fced0f46e9

View File

@ -396,6 +396,9 @@ namespace TagLib {
*/
void setTextFrame(const ByteVector &id, const String &value);
/*!
* Dowgrade frames from ID3v2.4 (used internally and by default) to ID3v2.3
*/
void downgradeFrames(FrameList *existingFrames, FrameList *newFrames) const;
private: