#include "MPEG1or2AudioStreamFramer.hh"#include "StreamParser.hh"#include "MP3Internals.hh"#include <GroupsockHelper.hh>Include dependency graph for MPEG1or2AudioStreamFramer.cpp:

Go to the source code of this file.
Data Structures | |
| class | MPEG1or2AudioStreamParser |
Defines | |
| #define | MILLION 1000000 |
Variables | |
| static unsigned const | numSamplesByLayer [4] = {0, 384, 1152, 1152} |
| #define MILLION 1000000 |
Definition at line 97 of file MPEG1or2AudioStreamFramer.cpp.
unsigned const numSamplesByLayer[4] = {0, 384, 1152, 1152} [static] |
Definition at line 99 of file MPEG1or2AudioStreamFramer.cpp.
Referenced by MPEG1or2AudioStreamFramer::currentFramePlayTime().
1.5.2