You are here: Home > Projects > SimStream > Documentation

SimStream Documentation

CStreamBuffer Class Reference

List of all members.

Public Member Functions

 CStreamBuffer (__uint32 size, __uint32 sizeHistory)
void Reset (__uint32 index)
bool Add (CStreamFrame frame)
__uint32 Size ()
__uint32 SizePlay ()
__uint32 SizeHistory ()
__uint32 Count ()
__uint32 NumPlay ()
__uint32 NumHistory ()
void Shift ()
bool Has (__uint32 index)
bool HasCurrentIndex ()
__uint32 CurrentIndex ()
CStreamFrameCurrentFrame ()
bool IsCurrentDecodable ()
bool IsCurrentIndependent ()

Private Attributes

__uint32 size
__uint32 sizeHistory
__uint32 sizePlay
__uint32 ptrFirst
__uint32 ptrLast
__uint32 currentIndex
__uint32 count
__uint32 numHistory
__uint32 numPlay
CStreamFramebuffer
bool * bitmap
bool * coder

Detailed Description

Definition at line 5 of file StreamBuffer.h.


The documentation for this class was generated from the following files:

Last updated: February 8, 2011