file(file),
streamLength(streamLength) {}
- long streamLength;
int length;
int bitrate;
int sampleRate;
int version;
int bitsPerSample;
File *file;
+ long streamLength;
};
////////////////////////////////////////////////////////////////////////////////
ID3v2OriginalSize(0),
ID3v1Location(-1),
properties(0),
- scanned(false),
hasID3v1(false),
hasID3v2(false) {}
TagUnion tag;
Properties *properties;
- bool scanned;
// These indicate whether the file *on disk* has these tags, not if
// this data structure does. This is used in computing offsets.
APESize(0),
ID3v1Location(-1),
properties(0),
- scanned(false),
hasAPE(false),
hasID3v1(false) {}
TagUnion tag;
Properties *properties;
- bool scanned;
// These indicate whether the file *on disk* has these tags, not if
// this data structure does. This is used in computing offsets.