Inherited by FrameHeader [private]
.
Public Types | |
enum | { size = 21 } |
enum | { IDex, ID, layer, protection_bit, bitrate_index, frequency, padding_bit, private_bit, mode, mode_extension, copyright, original, emphasis } |
enum | { stereo, joint_stereo, dual_channel, single_channel } |
Static Public Attributes | |
static const int | bits [] |
static const int | bitrate_table [2][4][16] |
static const int | version_table [2][2] |
static const int | layer_table [4] |
static const int | frequency_table [2][2][4] |
Static class.
Definition at line 14 of file mp3_format.h.
|
Size, without 11 synchronization bits !!! Definition at line 17 of file mp3_format.h. |
|
Symbolic names for fields in bitarray Definition at line 20 of file mp3_format.h. |
|
MP3 stream modes Definition at line 24 of file mp3_format.h. |
|
Bitrate according to index and stream type Definition at line 27 of file mp3_format.h. Referenced by FrameHeader::Bitrate(). |
|
Positions of fields in Bitarray Definition at line 26 of file mp3_format.h. |
|
Frequency according to index and stream type Definition at line 30 of file mp3_format.h. Referenced by FrameHeader::Frequency(). |
|
MPEG Layer table Definition at line 29 of file mp3_format.h. Referenced by FrameHeader::Layer(). |
|
MPEG version table Definition at line 28 of file mp3_format.h. Referenced by FrameHeader::Version(). |