mirror of
https://github.com/taglib/taglib.git
synced 2026-09-08 02:27:02 -04:00
Use ID3v2::FrameFactory also for WAV and DSDIFF (#1172)
* Use ID3v2::FrameFactory also for WAV and DSDIFF * Apply suggestions from code review Co-authored-by: Kevin André <[email protected]> --------- Co-authored-by: Kevin André <[email protected]>
This commit is contained in:
co-authored by
Kevin André
parent
52b245f015
commit
0e395f4ec4
@@ -87,7 +87,7 @@ namespace TagLib {
|
||||
* Constructs an MPEG file from \a file. If \a readProperties is true the
|
||||
* file's audio properties will also be read.
|
||||
*
|
||||
* If this file contains and ID3v2 tag the frames will be created using
|
||||
* If this file contains an ID3v2 tag, the frames will be created using
|
||||
* \a frameFactory.
|
||||
*
|
||||
* If \a propertiesStyle is not Fast, the file will be scanned
|
||||
@@ -105,7 +105,7 @@ namespace TagLib {
|
||||
* \note TagLib will *not* take ownership of the stream, the caller is
|
||||
* responsible for deleting it after the File object.
|
||||
*
|
||||
* If this file contains and ID3v2 tag the frames will be created using
|
||||
* If this file contains an ID3v2 tag, the frames will be created using
|
||||
* \a frameFactory.
|
||||
*
|
||||
* If \a propertiesStyle is not Fast, the file will be scanned
|
||||
|
||||
Reference in New Issue
Block a user