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 };
1.2.18