- Member TagLib::ID3v2::Frame::headerSize (uint version)
- Please see the explanation above.
- Member TagLib::ID3v2::Frame::headerSize ()
- This is only accurate for ID3v2.3 or ID3v2.4. Please use the call below which accepts an ID3v2 version number. In the next non-binary compatible release this will be made into a non-static member that checks the internal ID3v2 version.
- Member TagLib::ID3v2::Frame::Header::Header (const ByteVector &data, bool synchSafeInts)
- Please use the constructor below that accepts a version number.
- Member TagLib::ID3v2::Frame::Header::setData (const ByteVector &data, bool synchSafeInts)
- Please use the version below that accepts an ID3v2 version number.
- Member TagLib::ID3v2::Frame::Header::size (uint version)
- Please see the explanation in the version above.
- Member TagLib::ID3v2::Frame::Header::size ()
- Please use the version of this method that accepts a version. This is only accurate for ID3v2.3 and ID3v2.4. This will be removed in the next binary incompatible release (2.0) and will be replaced with a non-static method that checks the frame version.
- Member TagLib::ID3v2::FrameFactory::createFrame (const ByteVector &data, bool synchSafeInts) const
- Please use the method below that accepts an ID3 version number in new code.
- Member TagLib::ID3v2::Tag::footer () const
- I don't see any reason to keep this around since there's nothing useful to be retrieved from the footer, but well, again, I'm prone to change my mind, so this gets to stay around until near a release.
Generated on Mon Jun 7 12:51:52 2004 for TagLib by
1.3.4