/**这是c++结构体中的数据结构
typedef struct
{
int iRecord;
int iRecordTime;
int iPreRecordTime;
int iRecorderDuration;
int iRedundancyRec;
int iAudioRec;
VAG_RECORD_DAY_INFO stRecAllDay[VAG_MAX_DAYS];
char chRecPlan[7][48];
char szRes[256];
int iRes[35];
int iStreamType;
}VAG_RECORD_CONFIG_INFO, *LPVAG_RECORD_CONFIG_INFO;
*/
public class LPVAG_RECORD_CONFIG_INFO extends