structMPEGaudioHeader Struct Reference

DecoderInit will store parsed header information in this struct The Header for MPEG audio is the first 32 bits. More...

#include <MP3Parser.hpp>

List of all members.


Public Attributes

int frame_sync
enum MpegAudioVersionID mpeg_audio_version_ID
enum MpegAudioLayerNo mpeg_audio_layer_no
bool protection
unsigned int bitrate
unsigned int mpeg_audio_bitrate_index_table [80]
unsigned int sampling_rate
unsigned int frame_duration
unsigned int bits_per_sample
unsigned int mpeg_audio_sampling_rate_index_table [12]
bool padding
unsigned int frame_size_in_bytes
bool private_bit
enum ChannelMod channel_mod
unsigned int mode_extension
bool copyright
bool original
enum Emphasis emphasis

Detailed Description

DecoderInit will store parsed header information in this struct The Header for MPEG audio is the first 32 bits.

Definition at line 101 of file MP3Parser.hpp.


The documentation for this struct was generated from the following file: