videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/inc/mpxvideoplaybackfullscreencontrol.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  1 %
    18 // Version : %version:  2 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
    22 #ifndef MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
    23 #define MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
    23 #define MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
    54         * return control index
    54         * return control index
    55         */
    55         */
    56         TMPXVideoPlaybackControls controlIndex();
    56         TMPXVideoPlaybackControls controlIndex();
    57 
    57 
    58         /**
    58         /**
    59         * set changed volume
       
    60         */
       
    61         bool volumeChanged( int aVolume );
       
    62 
       
    63         /**
       
    64         * set changed duration
       
    65         */
       
    66         bool durationChanged( int duration );
       
    67 
       
    68         /**
       
    69         * set changed volume
       
    70         */
       
    71         bool positionChanged( int position );
       
    72 
       
    73         /**
       
    74         * Set changed position
       
    75         */
       
    76         bool aspectRatioChanged( int aspectRatio );
       
    77 
       
    78         /**
       
    79         * set changed state
    59         * set changed state
    80         */
    60         */
    81         void updateState( TMPXPlaybackState state );
    61         void updateState( TMPXPlaybackState state );
    82         
    62         
    83         /*
    63         /*