MythTV
master
|
Public Member Functions | |
HLSPlayback (void)=default | |
uint64_t | Offset (void) const |
void | SetOffset (uint64_t val) |
void | AddOffset (uint64_t val) |
int | Stream (void) |
void | SetStream (int val) |
int | Segment (void) |
void | SetSegment (int val) |
int | IncrSegment (void) |
Private Attributes | |
uint64_t | m_offset {0} |
int | m_stream {0} |
int | m_segment {0} |
QMutex | m_lock |
Definition at line 871 of file httplivestreambuffer.cpp.
|
default |
|
inline |
Definition at line 877 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::GetReadPosition(), and HLSRingBuffer::SeekInternal().
|
inline |
Definition at line 881 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::OpenFile(), and HLSRingBuffer::SeekInternal().
|
inline |
Definition at line 885 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::SafeRead().
|
inline |
Definition at line 889 of file httplivestreambuffer.cpp.
|
inline |
Definition at line 894 of file httplivestreambuffer.cpp.
|
inline |
Definition at line 899 of file httplivestreambuffer.cpp.
Referenced by StreamWorker::CurrentPlaybackBuffer(), HLSRingBuffer::DurationForBytes(), StreamWorker::run(), HLSRingBuffer::SafeRead(), HLSRingBuffer::SeekInternal(), and HLSRingBuffer::WaitUntilBuffered().
|
inline |
Definition at line 904 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::OpenFile(), and HLSRingBuffer::SeekInternal().
|
inline |
Definition at line 909 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::SafeRead().
|
private |
Definition at line 916 of file httplivestreambuffer.cpp.
Referenced by AddOffset(), Offset(), and SetOffset().
|
private |
Definition at line 917 of file httplivestreambuffer.cpp.
Referenced by SetStream(), and Stream().
|
private |
Definition at line 918 of file httplivestreambuffer.cpp.
Referenced by IncrSegment(), Segment(), and SetSegment().
|
private |
Definition at line 919 of file httplivestreambuffer.cpp.
Referenced by IncrSegment(), Segment(), SetSegment(), SetStream(), and Stream().