mmsharing/livecommsui/lcuiengine/tsrc/ut_lcuieng/lcstub/src/lcvideoplayerstub.cpp
changeset 39 4bcc59142325
parent 34 01f0bb65bcf1
equal deleted inserted replaced
37:e9675fb210bd 39:4bcc59142325
   356     {
   356     {
   357     User::LeaveIfError( lcutStub_LcEngine_failure() );
   357     User::LeaveIfError( lcutStub_LcEngine_failure() );
   358     iVolume++;
   358     iVolume++;
   359     }
   359     }
   360 
   360 
   361 // -----------------------------------------------------------------------------
       
   362 // From MLcAudioControl
       
   363 // -----------------------------------------------------------------------------
       
   364 //
       
   365 void CLcVideoPlayer::DecreaseLcVolumeL()
   361 void CLcVideoPlayer::DecreaseLcVolumeL()
   366     {
   362     {
   367     User::LeaveIfError( lcutStub_LcEngine_failure() );
   363     User::LeaveIfError( lcutStub_LcEngine_failure() );
   368     iVolume--;
   364     iVolume--;
   369     }
   365     }
   370 
   366 
       
   367 // -----------------------------------------------------------------------------
       
   368 // From MLcAudioControl
       
   369 // -----------------------------------------------------------------------------
       
   370 //
   371 TInt CLcVideoPlayer::LcCameraCountL()
   371 TInt CLcVideoPlayer::LcCameraCountL()
   372     {
   372     {
   373     User::LeaveIfError( lcutStub_LcEngine_failure() );
   373     User::LeaveIfError( lcutStub_LcEngine_failure() );
   374     return 2;
   374     return 2;
   375     }
   375     }