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 939 of file httplivestreambuffer.cpp.
|
default |
|
inline |
Definition at line 945 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::GetReadPosition(), and HLSRingBuffer::SeekInternal().
|
inline |
Definition at line 949 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::OpenFile(), and HLSRingBuffer::SeekInternal().
|
inline |
Definition at line 953 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::SafeRead().
|
inline |
Definition at line 957 of file httplivestreambuffer.cpp.
|
inline |
Definition at line 962 of file httplivestreambuffer.cpp.
|
inline |
Definition at line 967 of file httplivestreambuffer.cpp.
Referenced by StreamWorker::CurrentPlaybackBuffer(), HLSRingBuffer::DurationForBytes(), StreamWorker::run(), HLSRingBuffer::SafeRead(), HLSRingBuffer::SeekInternal(), and HLSRingBuffer::WaitUntilBuffered().
|
inline |
Definition at line 972 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::OpenFile(), and HLSRingBuffer::SeekInternal().
|
inline |
Definition at line 977 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::SafeRead().
|
private |
Definition at line 984 of file httplivestreambuffer.cpp.
Referenced by AddOffset(), Offset(), and SetOffset().
|
private |
Definition at line 985 of file httplivestreambuffer.cpp.
Referenced by SetStream(), and Stream().
|
private |
Definition at line 986 of file httplivestreambuffer.cpp.
Referenced by IncrSegment(), Segment(), and SetSegment().
|
private |
Definition at line 987 of file httplivestreambuffer.cpp.
Referenced by IncrSegment(), Segment(), SetSegment(), SetStream(), and Stream().