1
2
3
4
5
6
7
8
9
10
// A5 53 ×ÊÔ´Õһؠ#tagCMRecoverGain
 
struct    tagCMRecoverGain
{
    tagHead        Head;
    BYTE        Type;    // Õһط½Ê½ 0 ÏÉÓñ 1Í­Ç®
    BYTE        Cnt;    
    BYTE        IndexList[Cnt];    // ÕÒ»ØË÷ÒýÁбí
    BYTE        RecoverCntList[Cnt];    // Ë÷Òý¶ÔÓ¦ÕһشÎÊýÁбí
};