~ubuntu-branches/ubuntu/feisty/kdemultimedia/feisty

« back to all changes in this revision

Viewing changes to kmix/mixer.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-01-17 11:22:29 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070117112229-rgyi1k8qpj6x3unq
Tags: 4:3.5.6-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
      unsigned int size() const;
64
64
      
65
65
      bool isValid();
 
66
      bool isOpen() const;
66
67
      
67
68
      /// Returns a pointer to the mix device with the given number
68
69
      MixDevice* operator[](int val_i_num);
124
125
      virtual int masterVolume();
125
126
 
126
127
      virtual void setMute( int deviceidx, bool on );
 
128
      virtual void setMasterMute( bool on );
127
129
      virtual bool mute( int deviceidx );
 
130
      virtual bool masterMute();
128
131
      virtual void toggleMute( int deviceidx );
 
132
      virtual void toggleMasterMute();
129
133
      virtual bool isRecordSource( int deviceidx );
130
134
 
131
135
      virtual bool isAvailableDevice( int deviceidx );