equal
deleted
inserted
replaced
66 |
66 |
67 namespace |
67 namespace |
68 { |
68 { |
69 static const int CXUI_ELAPSED_TIME_TIMEOUT = 1000; // 1 second |
69 static const int CXUI_ELAPSED_TIME_TIMEOUT = 1000; // 1 second |
70 static const int CXUI_RECORD_ANIMATION_DURATION = 3000; // milliseconds |
70 static const int CXUI_RECORD_ANIMATION_DURATION = 3000; // milliseconds |
71 static const int CXUI_PAUSE_TIMEOUT = 60*1000; // 60 seconds |
71 static const int CXUI_PAUSE_TIMEOUT = 5*60*1000; // 5 minutes |
72 |
72 |
73 const int POSTCAPTURE_ON = -1; |
73 const int POSTCAPTURE_ON = -1; |
74 } |
74 } |
75 |
75 |
76 |
76 |