mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 11:04:17 -04:00
Add docs for this method
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user