MpegCodec.cxx File Reference

#include "MpegCodec.hxx"
#include "AudioFileFormats.hxx"
#include "AudioFile.hxx"
#include "AudioFileHeader.hxx"
#include "MpegBitstream.hxx"
#include "MpegAudioStream.hxx"
#include <mad.h>
#include <id3/tag.h>
#include <cstdio>
#include <iostream>
#include <sys/types.h>
#include <sys/stat.h>

Go to the source code of this file.

Namespaces

namespace  CLAM
namespace  CLAM::AudioCodecs

Defines

#define XING_MAGIC   (('X' << 24) | ('i' << 16) | ('n' << 8) | 'g')

Enumerations

enum  { CLAM::AudioCodecs::XING_FRAMES = 0x0001, CLAM::AudioCodecs::XING_BYTES = 0x0002, CLAM::AudioCodecs::XING_TOC = 0x0004, CLAM::AudioCodecs::XING_SCALE = 0x0008 }

Functions

static int CLAM::AudioCodecs::parse_xing (struct xing *xing, struct mad_bitptr ptr, unsigned int bitlen)


Define Documentation

#define XING_MAGIC   (('X' << 24) | ('i' << 16) | ('n' << 8) | 'g')

Definition at line 69 of file MpegCodec.cxx.

Referenced by CLAM::AudioCodecs::parse_xing().


Generated on Tue Aug 12 22:33:46 2008 for CLAM by  doxygen 1.5.5