1 #ifndef TAG_PARSER_OGGSTREAM_H 2 #define TAG_PARSER_OGGSTREAM_H 6 #include "../abstracttrack.h" 21 std::size_t startPage()
const;
24 void internalParseHeader(
Diagnostics &diag)
override;
27 void calculateDurationViaSampleCount(uint16 preSkip = 0);
29 std::size_t m_startPage;
31 uint32 m_currentSequenceNumber;
46 #endif // TAG_PARSER_OGGSTREAM_H
std::size_t startPage() const
TrackType type() const override
Returns the type of the track if known; otherwise returns TrackType::Unspecified. ...
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.
TrackType
Specifies the track type.