~ubuntu-branches/debian/experimental/smplayer/experimental

« back to all changes in this revision

Viewing changes to src/prefperformance.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-01-03 17:08:06 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090103170806-eodntb2slv6g2pb6
Tags: 0.6.6-0ubuntu1
* The "just before FF" release.
* New upstream release.
* debian/control: Bumped Standards-Version to 3.8.0.
* debian/copyright: Changed (C) to © to fix Lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        void setCacheForDVDs(int n);
55
55
        int cacheForDVDs();
56
56
 
 
57
        void setCacheForAudioCDs(int n);
 
58
        int cacheForAudioCDs();
 
59
 
 
60
        void setCacheForVCDs(int n);
 
61
        int cacheForVCDs();
 
62
 
57
63
        void setPriority(int n);
58
64
        int priority();
59
65
 
80
86
        void setFastAudioSwitching(Preferences::OptionState value);
81
87
        Preferences::OptionState fastAudioSwitching();
82
88
 
83
 
        void setUseIdx(bool);
84
 
        bool useIdx();
 
89
        void setThreads(int v);
 
90
        int threads();
85
91
 
86
92
protected:
87
93
        virtual void retranslateStrings();