Alex Bikfalvi
SimStream Documentation
CStreamBufferPull Class Reference
Public Member Functions | |
CStreamBufferPull (__uint32 size, __uint32 sizeSegment, __uint32 sizeHistory) | |
void | Reset (__uint32 frame) |
bool | Add (CStreamSegmentFrame frame) |
void | Shift () |
bool | HasCurrentIndex () |
__uint32 | CurrentIndex () |
__uint32 | CurrentSegment () |
CStreamSegmentFrame * | CurrentFrame () |
bool | IsCurrentDecodable () |
bool | IsCurrentComplete () |
bool | IsDecodable (__uint32 frame) |
bool | IsComplete (__uint32 segment) |
void | Log () |
Private Attributes | |
__uint32 | size |
__uint32 | sizeSegment |
__uint32 | sizeHistory |
__uint32 | sizePlay |
__uint32 | ptrFirst |
__uint32 | ptrLast |
__uint32 | currentIndex |
__uint32 | currentSegment |
CStreamBufferSegment ** | buffer |
Detailed Description
Definition at line 5 of file StreamBufferPull.h.
The documentation for this class was generated from the following file:
Last updated: February 8, 2011