mirror of
https://github.com/taglib/taglib.git
synced 2026-04-12 17:09:50 -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é <hyperquantum@gmail.com> --------- Co-authored-by: Kevin André <hyperquantum@gmail.com>
This commit is contained in:
@ -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