mmsharing/livecommsui/lcuiengine/inc/lcuiengine.h
changeset 39 4bcc59142325
parent 34 01f0bb65bcf1
equal deleted inserted replaced
37:e9675fb210bd 39:4bcc59142325
   127     
   127     
   128     
   128     
   129 public slots:
   129 public slots:
   130 
   130 
   131     void zoom( int value );
   131     void zoom( int value );
       
   132     void volume( int value );
       
   133     void volumeMuted( bool value );
   132     void stop();
   134     void stop();
   133     void minimize();
   135     void minimize();
   134     void maximize();   
   136     void maximize();   
   135         
   137         
   136 public: // API
   138 public: // API
   151     void toggleMute();
   153     void toggleMute();
   152     bool isMuted() const;
   154     bool isMuted() const;
   153     void toggleSpeaker();
   155     void toggleSpeaker();
   154     bool isSpeakerOn() const;
   156     bool isSpeakerOn() const;
   155     int zoomValues(LcControlValues& values) const;
   157     int zoomValues(LcControlValues& values) const;
       
   158     int volumeValues( LcControlValues& values ) const;
   156     void toggleDisableCamera();
   159     void toggleDisableCamera();
   157     void setMainCamera(const bool aMainCamera);
   160     void setMainCamera(const bool aMainCamera);
   158     bool mainCamera() const;
   161     bool mainCamera() const;
   159     void toggleCamera();
   162     void toggleCamera();
   160     bool fullScreenMode();
   163     bool fullScreenMode();