camerauis/cameraxui/cxui/src/cxuivideoprecaptureview.cpp
changeset 64 8ab66fc302e6
parent 58 ddba9caa7f32
equal deleted inserted replaced
61:fc3ff57d09ad 64:8ab66fc302e6
    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