videoplayback/videoplaybackview/controlinc/videoplaybackcontrolbar.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackControlBar
    14 * Description:  Implementation of VideoPlaybackControlBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 4 %
    18 // Version : %version: 5 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef VIDEOPLAYBACKCONTROLBAR_H_
    22 #ifndef VIDEOPLAYBACKCONTROLBAR_H_
    23 #define VIDEOPLAYBACKCONTROLBAR_H_
    23 #define VIDEOPLAYBACKCONTROLBAR_H_
    43         void initialize();
    43         void initialize();
    44         void updateWithFileDetails( VideoPlaybackViewFileDetails* details );
    44         void updateWithFileDetails( VideoPlaybackViewFileDetails* details );
    45         void setVisibleToControlBar( bool visible );
    45         void setVisibleToControlBar( bool visible );
    46         void durationChanged( int duration );
    46         void durationChanged( int duration );
    47         void positionChanged( int position );
    47         void positionChanged( int position );
       
    48         void resetControl();
    48 
    49 
    49     private:
    50     private:
    50         VideoPlaybackControlsController *mController;
    51         VideoPlaybackControlsController *mController;
    51         VideoPlaybackToolBar            *mToolBar;
    52         VideoPlaybackToolBar            *mToolBar;
    52         VideoPlaybackProgressBar        *mProgressBar;
    53         VideoPlaybackProgressBar        *mProgressBar;