#include <vector>
#include <boost/cstdint.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
#include <string>
#include "getclocktime.hpp"
#include "amf.h"
#include "element.h"
#include "dsodefs.h"
Go to the source code of this file.
Classes | |
class | cygnal::Buffer |
Namespaces | |
namespace | cygnal |
Action Message Format specific classes of libamf. | |
Functions | |
std::ostream & | cygnal::operator<< (std::ostream &os, const Buffer &buf) |
Dump to the specified output stream. | |
Variables | |
const size_t | cygnal::NETBUFSIZE = 1448 |