#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp>
#include <boost/scoped_array.hpp>
#include <sstream>
#include "amf.h"
#include "buffer.h"
#include "element.h"
#include "http.h"
#include "cygnal.h"
#include "rtmp_server.h"
#include "handler.h"
Go to the source code of this file.
Classes | |
class | cygnal::EchoTest |
Namespaces | |
namespace | cygnal |
Action Message Format specific classes of libamf. | |
Functions | |
boost::shared_ptr < Handler::cygnal_init_t > | cygnal::echo_init_func (boost::shared_ptr< gnash::RTMPMsg > &msg) |
boost::shared_ptr< cygnal::Buffer > | cygnal::echo_read_func () |
size_t | cygnal::echo_write_func (boost::uint8_t *data, size_t size) |