|
TB2026-YDS Firmware
|
Decoded fields of one MPEG Layer III frame header. More...
#include <mp3_frame.h>
Data Fields | |
| uint32_t | rate_hz |
| uint32_t | bitrate_bps |
| uint16_t | samples_per_frame |
| uint8_t | channels |
| uint8_t | side_info_bytes |
Decoded fields of one MPEG Layer III frame header.
| uint32_t mp3_frame_hdr_t::bitrate_bps |
Nominal bitrate of this frame in bits/s (0 = "free").
| uint8_t mp3_frame_hdr_t::channels |
1 (mono) or 2.
| uint32_t mp3_frame_hdr_t::rate_hz |
Sample rate in Hz.
| uint16_t mp3_frame_hdr_t::samples_per_frame |
PCM samples per channel in this frame (576 or 1152).
| uint8_t mp3_frame_hdr_t::side_info_bytes |
Side-information size = offset of a Xing/Info tag.