#include "CSL_Core.h"#include "Interleaver.h"#include "RingBuffer.h"#include "CslRtpIncludes.h"#include <iostream>Go to the source code of this file.
Classes | |
| class | csl::CslRtpSession |
Namespaces | |
| namespace | csl |
| < we use the STL vector, map, and string classes | |
Enumerations | |
| enum | csl::RtpBufferState { csl::kNormal = 0, csl::kBuffering, csl::kOverflow, csl::kUnderrun, csl::kInactive, csl::kNumStates } |
| Enumeration to define the possible states of our internal RingBuffer. More... | |
1.5.8