#include <vector>
#include <string>
#include <cstring>
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include "element.h"
#include "buffer.h"
#include "dsodefs.h"
Go to the source code of this file.
Classes | |
class | cygnal::Flv |
struct | cygnal::Flv::flv_audio_t |
struct | cygnal::Flv::flv_video_t |
struct | cygnal::Flv::flv_header_t |
struct | cygnal::Flv::flv_tag_t |
Namespaces | |
namespace | cygnal |
Action Message Format specific classes of libamf. | |
Variables | |
const size_t | cygnal::FLV_HEADER_SIZE = 0x9 |
The FLV header is always 9 bytes. | |
const boost::uint32_t | cygnal::FLV_MAX_LENGTH = 0xffffff |
The maximum value that can be held in a 32 bit word. |