|
Gnash
0.8.10
|
#include "RTMP.h"#include <cstdlib>#include <cstring>#include <cassert>#include <cstdio>#include <boost/lexical_cast.hpp>#include <sys/times.h>#include "GnashSystemNetHeaders.h"#include "log.h"#include "AMF.h"#include "GnashAlgorithm.h"#include "URL.h"#include "ClockTime.h"Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
| namespace | gnash::rtmp |
Functions | |
| bool | gnash::rtmp::sendServerBW (RTMP &r) |
| Send the server bandwidth. | |
| bool | gnash::rtmp::sendCtrl (RTMP &r, ControlType, unsigned int nObject, unsigned int nTime) |
| Send a control packet. | |
| std::ostream & | gnash::rtmp::operator<< (std::ostream &o, PacketType p) |
| Logging assistance for PacketType. | |
| std::ostream & | gnash::rtmp::operator<< (std::ostream &o, ControlType t) |
| Logging assistance for ControlType. | |
1.7.6.1