videoplayback/hbvideoplaybackview/tsrc/testmpxvideoplaybackfiledetailswidget/stub/src/mpxvideoplaybackviewfiledetails.cpp
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 24 7d93ee07fb27
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:  class for MPX Video File Details (Qt)
    14 * Description:  class for MPX Video File Details (Qt)
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  1 %
    18 // Version : %version:  2 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 //
    22 //
    23 //  INCLUDE FILES
    23 //  INCLUDE FILES
    71     mDrmProtected = false;
    71     mDrmProtected = false;
    72 
    72 
    73     mVideoHeight = 0;
    73     mVideoHeight = 0;
    74     mVideoWidth  = 0;
    74     mVideoWidth  = 0;
    75     mBitRate = 0;
    75     mBitRate = 0;
       
    76     mCreationTime = 0;
       
    77     mModificationTime = 0;
    76 }
    78 }
    77 
    79 
    78 //  EOF
    80 //  EOF