videoplayback/hbvideoplaybackview/controlsrc/mpxvideoplaybackfullscreencontrol.cpp
changeset 36 8aed59de29f9
parent 35 3738fe97f027
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#8 %
    18 // Version : %version: da1mmcf#9 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include <w32std.h>
    22 #include <w32std.h>
    23 
    23 
   153 {
   153 {
   154     return mControlIndex;
   154     return mControlIndex;
   155 }
   155 }
   156 
   156 
   157 // -------------------------------------------------------------------------------------------------
   157 // -------------------------------------------------------------------------------------------------
   158 // QMPXVideoPlaybackFullScreenControl::volumeChanged()
       
   159 // -------------------------------------------------------------------------------------------------
       
   160 //
       
   161 bool QMPXVideoPlaybackFullScreenControl::volumeChanged( int volume )
       
   162 {
       
   163     bool changed = EFalse;
       
   164 
       
   165     if ( mControlIndex == EMPXControlBar )
       
   166     {
       
   167         MPX_DEBUG(_L("QMPXVideoPlaybackFullScreenControl::volumeChanged() [%d]"), volume);
       
   168 
       
   169         //static_cast<QMPXVideoPlaybackButtonBar*>(mControl)->volumeChanged( volume );
       
   170 
       
   171         changed = ETrue;
       
   172     }
       
   173 
       
   174     return changed;
       
   175 }
       
   176 
       
   177 // -------------------------------------------------------------------------------------------------
       
   178 // QMPXVideoPlaybackFullScreenControl::durationChanged()
   158 // QMPXVideoPlaybackFullScreenControl::durationChanged()
   179 // -------------------------------------------------------------------------------------------------
   159 // -------------------------------------------------------------------------------------------------
   180 //
   160 //
   181 bool QMPXVideoPlaybackFullScreenControl::durationChanged( int duration )
   161 bool QMPXVideoPlaybackFullScreenControl::durationChanged( int duration )
   182 {
   162 {