_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

unsigned int _mpeg_header::bitrate
 

Protection Bit.

Definition at line 125 of file mplib.h.

unsigned int _mpeg_header::copyright
 

Mode extension.

Definition at line 131 of file mplib.h.

unsigned int _mpeg_header::emphasis
 

Original datastream yes/no.

Definition at line 133 of file mplib.h.

unsigned int _mpeg_header::layer
 

Version number.

Definition at line 123 of file mplib.h.

unsigned int _mpeg_header::mode
 

Private Bit.

Definition at line 129 of file mplib.h.

unsigned int _mpeg_header::mode_ext
 

Stereo, Joint-Stereo, Dual-Channel, Mono.

Definition at line 130 of file mplib.h.

unsigned int _mpeg_header::originalhome
 

Copyright yes/no.

Definition at line 132 of file mplib.h.

unsigned int _mpeg_header::padbit
 

hz

Definition at line 127 of file mplib.h.

unsigned int _mpeg_header::privbit
 

Padding bit.

Definition at line 128 of file mplib.h.

unsigned int _mpeg_header::protbit
 

Layer number.

Definition at line 124 of file mplib.h.

unsigned int _mpeg_header::samplingfreq
 

kbit/sec

Definition at line 126 of file mplib.h.

unsigned int _mpeg_header::syncword
 

Definition at line 121 of file mplib.h.

unsigned int _mpeg_header::version
 

Sync Word.

Definition at line 122 of file mplib.h.


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