Main Page   Namespace List   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

a52a_syncframe.h

00001 
00005 #include <vector>
00006 #include "a52a.h"
00007 
00014 class A52A_SYNCFRAME {
00015     private:
00016         A52A_SYNCINFO       syncinfo;   //< Frame synchronisation
00017         A52A_BSI            bsi;        //< Bit stream information
00018         vector<A52A_AUDBLK> audblk;     //< A list of audio-blocks
00019         A52A_AUXDATA        auxdata;    //< Auxiliary data
00020         A52A_errorcheck     errorcheck; //< Error detection code
00021         
00022     public:
00023     };

Generated on Sat Sep 25 14:06:32 2004 for ac3 by doxygen1.2.18