~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to src/include/TT599.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-10-25 11:17:10 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141025111710-n32skgya3l9u1brw
Tags: 1.3.17-1
* New upstream release (Closes: #761839)
* Debian Standards-Version: 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        int  adjust_bandwidth(int);
71
71
        int  def_bandwidth(int);
72
72
 
 
73
        void get_nr_min_max_step(int &min, int &max, int &step) {
 
74
                min = 0; max = 9; step = 1; }
 
75
        int  get_noise_reduction_val();
 
76
        void set_noise_reduction_val(int val);
 
77
 
 
78
 
73
79
//      void set_agc_level();
74
80
};
75
81