Alex Bikfalvi
SimStream Documentation
CStreamBufferLayer Class Reference
Public Member Functions | |
| CStreamBufferLayer (__uint32 size, __uint32 sizeHistory) | |
| void | Reset (__uint32 index) |
| bool | Add (CStreamFrame frame, __uint32 layerIndex) |
| __uint32 | Size () |
| __uint32 | SizePlay () |
| __uint32 | SizeHistory () |
| __uint32 | Count () |
| __uint32 | NumPlay () |
| __uint32 | NumHistory () |
| void | Shift () |
| bool | Has (__uint32 index) |
| bool | HasCurrentIndex () |
| __uint32 | CurrentIndex () |
| CStreamFrame * | CurrentFrame () |
| CStreamFrame * | Frame (__uint32 index) |
| bool | IsCurrentDecodable () |
| bool | IsDecodable (__uint32 index) |
| void | SetCurrentDecodable () |
| void | SetDecodable (__uint32 index) |
| bool | IsCurrentIndependent () |
Private Attributes | |
| __uint32 | size |
| __uint32 | sizeHistory |
| __uint32 | sizePlay |
| __uint32 | ptrFirst |
| __uint32 | ptrLast |
| __uint32 | currentIndex |
| __uint32 | count |
| __uint32 | numHistory |
| __uint32 | numPlay |
| CStreamFrame * | buffer |
| bool * | bitmap |
| bool * | coder |
Detailed Description
Definition at line 5 of file StreamBufferLayer.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011