1#ifndef STREAMINGRINGBUFFER_H
2#define STREAMINGRINGBUFFER_H
13 bool IsOpen (
void)
const override;
23 long long SeekInternal (
long long Position,
int Whence)
override;
long long GetReadPosition(void) const override
bool IsSeekingAllowed(void) override
bool IsBookmarkAllowed(void) override
bool OpenFile(const QString &Filename, std::chrono::milliseconds Retry=kDefaultOpenTimeout) override
bool IsOpen(void) const override
bool IsStreamed(void) override
MythStreamingBuffer(const QString &Filename)
long long GetRealFileSizeInternal(void) const override
struct AVIOContext * m_context
int SafeRead(void *Buffer, uint Size) override
long long SeekInternal(long long Position, int Whence) override
~MythStreamingBuffer() override