20 #ifndef MPD_OGG_FIND_HXX 21 #define MPD_OGG_FIND_HXX
bool OggSeekFindEOS(OggSyncState &oy, ogg_stream_state &os, ogg_packet &packet, InputStream &is)
Try to find the end-of-stream (EOS) packet.
bool OggFindEOS(OggSyncState &oy, ogg_stream_state &os, ogg_packet &packet)
Skip all pages/packets until an end-of-stream (EOS) packet for the specified stream is found...
bool OggSeekPageAtOffset(OggSyncState &oy, ogg_stream_state &os, InputStream &is, offset_type offset)
Seek the InputStream and find the next Ogg page.
uint64_t offset_type
A type for absolute offsets in a file.
Wrapper for an ogg_sync_state.