id3v2synchdata.h File Reference
#include <tbytevector.h>
#include <taglib.h>
Include dependency graph for id3v2synchdata.h:
Go to the source code of this file.
Function Documentation
ByteVector fromUInt |
( |
uint |
value |
) |
|
|
|
Returns a 4 byte (32 bit) synchsafe integer based on value. |
uint toUInt |
( |
const ByteVector & |
data |
) |
|
|
|
This returns the unsigned integer value of data where data is a ByteVector that contains a synchsafe integer (Structure, 6.2). The default length of 4 is used if another value is not specified. |