_mpeg_header Struct Reference
Header structure with 4 segments containing 32 bit header information. More...
#include <mplib.h>
Data Fields | |
| unsigned int | syncword |
| unsigned int | version |
| Sync Word. | |
| unsigned int | layer |
| Version number. | |
| unsigned int | protbit |
| Layer number. | |
| unsigned int | bitrate |
| Protection Bit. | |
| unsigned int | samplingfreq |
| kbit/sec | |
| unsigned int | padbit |
| hz | |
| unsigned int | privbit |
| Padding bit. | |
| unsigned int | mode |
| Private Bit. | |
| unsigned int | mode_ext |
| Stereo, Joint-Stereo, Dual-Channel, Mono. | |
| unsigned int | copyright |
| Mode extension. | |
| unsigned int | originalhome |
| Copyright yes/no. | |
| unsigned int | emphasis |
| Original datastream yes/no. | |
Detailed Description
Header structure with 4 segments containing 32 bit header information.
Definition at line 119 of file mplib.h.
Field Documentation
|
|
Protection Bit.
|
|
|
Mode extension.
|
|
|
Original datastream yes/no.
|
|
|
Version number.
|
|
|
Private Bit.
|
|
|
Stereo, Joint-Stereo, Dual-Channel, Mono.
|
|
|
Copyright yes/no.
|
|
|
hz
|
|
|
Padding bit.
|
|
|
Layer number.
|
|
|
kbit/sec
|
|
|
|
|
|
Sync Word.
|
The documentation for this struct was generated from the following file: