|
MythTV
0.27pre
|
Public Member Functions | |
| HLSPlayback (void) | |
| 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 |
| int | m_stream |
| int | m_segment |
| QMutex | m_lock |
Definition at line 867 of file httplivestreambuffer.cpp.
|
inline |
Definition at line 870 of file httplivestreambuffer.cpp.
|
inline |
Definition at line 874 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::GetReadPosition(), and HLSRingBuffer::Seek().
|
inline |
Definition at line 878 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::OpenFile(), and HLSRingBuffer::Seek().
|
inline |
Definition at line 882 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::safe_read().
Definition at line 886 of file httplivestreambuffer.cpp.
Definition at line 891 of file httplivestreambuffer.cpp.
Definition at line 896 of file httplivestreambuffer.cpp.
Referenced by StreamWorker::CurrentPlaybackBuffer(), StreamWorker::run(), HLSRingBuffer::safe_read(), HLSRingBuffer::Seek(), and HLSRingBuffer::WaitUntilBuffered().
Definition at line 901 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::OpenFile(), and HLSRingBuffer::Seek().
Definition at line 906 of file httplivestreambuffer.cpp.
Referenced by HLSRingBuffer::safe_read().
|
private |
Definition at line 913 of file httplivestreambuffer.cpp.
Referenced by AddOffset(), Offset(), and SetOffset().
|
private |
Definition at line 914 of file httplivestreambuffer.cpp.
Referenced by SetStream(), and Stream().
|
private |
Definition at line 915 of file httplivestreambuffer.cpp.
Referenced by IncrSegment(), Segment(), and SetSegment().
|
private |
Definition at line 916 of file httplivestreambuffer.cpp.
Referenced by IncrSegment(), Segment(), SetSegment(), SetStream(), and Stream().
1.8.1.2