camerauis/cameraxui/cxengine/inc/api/cxequalitydetails.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
    23 /*!
    23 /*!
    24 * data structure that holds ALL details of Image.
    24 * data structure that holds ALL details of Image.
    25 */
    25 */
    26 struct CxeImageDetails
    26 struct CxeImageDetails
    27 {
    27 {
       
    28     static const int UNKNOWN = -1;
       
    29 
    28     int mWidth;
    30     int mWidth;
    29     int mHeight;
    31     int mHeight;
    30     int mEstimatedSize; // size in bytes
    32     int mEstimatedSize; // size in bytes
    31     QString mMpxCount; // mega pixel count
    33     QString mMpxCount; // mega pixel count
    32     int mPossibleImages; // no of images that can be taken, with current resolution
    34     int mPossibleImages; // no of images that can be taken, with current resolution
    40 /*!
    42 /*!
    41 data structure that holds ALL details of Video.
    43 data structure that holds ALL details of Video.
    42 */
    44 */
    43 struct CxeVideoDetails
    45 struct CxeVideoDetails
    44 {
    46 {
       
    47     static const int UNKNOWN = -1;
       
    48 
    45     int mWidth;
    49     int mWidth;
    46     int mHeight;
    50     int mHeight;
    47     int mRemainingTime;
    51     int mRemainingTime;
    48     int mMaximumSizeInBytes; // zero means no limit
    52     int mMaximumSizeInBytes; // zero means no limit
    49     int mAudioBitRate;
    53     int mAudioBitRate;