26 #ifndef TAGLIB_OGGPAGE_H
27 #define TAGLIB_OGGPAGE_H
65 long fileOffset()
const;
79 Page* getCopyWithNewPageSequenceNumber(
int sequenceNumber);
87 int firstPacketIndex()
const;
94 void setFirstPacketIndex(
int index);
104 DoesNotContainPacket = 0x0000,
106 CompletePacket = 0x0001,
108 BeginsWithPacket = 0x0002,
110 EndsWithPacket = 0x0004
119 ContainsPacketFlags containsPacket(
int index)
const;
124 uint packetCount()
const;
183 PaginationStrategy strategy,
184 uint streamSerialNumber,
186 bool firstPacketContinued =
false,
187 bool lastPacketCompleted =
true,
188 bool containsLastPacket =
false);
196 uint streamSerialNumber,
198 bool firstPacketContinued =
false,
199 bool lastPacketCompleted =
true,
200 bool containsLastPacket =
false);