~uriboni/qtubuntu-camera/refactoring

« back to all changes in this revision

Viewing changes to src/aalvideoencodersettingscontrol.h

  • Committer: Ugo Riboni
  • Date: 2016-03-21 18:04:30 UTC
  • Revision ID: ugo.riboni@canonical.com-20160321180430-at624dmjs726o3ru
Expose the CameraControlListener from AalCameraSession and simplify all control's init functions to be parameterless, and fetch CameraControl and CameraControlListener from the session

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    
39
39
    float getAspectRatio() const;
40
40
 
41
 
    void init(CameraControl *control, CameraControlListener *listener);
 
41
    void init();
42
42
    void resetAllSettings();
43
43
 
44
44
    static void sizeCB(void *ctx, int width, int height);