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
TAGLIB_EXPORT ByteVector decode |
( |
const ByteVector & |
input |
) |
|
|
|
Convert the data from unsynchronized data to its original format. |
TAGLIB_EXPORT ByteVector fromUInt |
( |
uint |
value |
) |
|
|
|
Returns a 4 byte (32 bit) synchsafe integer based on value. |
TAGLIB_EXPORT 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. |