freaktechnik

nsIEQPresets

Sep 14th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. interface ngIEQPresets : nsISupports
  2. {
  3.  
  4.   attribute Object defaultPresets;
  5.  
  6.   int[] getPreset(in AString aName);
  7.  
  8.   void savePreset(in AString aName, in int[] aChannels);
  9.  
  10.   void deletePreset(in AString aName);
  11.  
  12.   void restoreDefaultPresets();
  13. };
Advertisement
Add Comment
Please, Sign In to add comment