Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interface ngIEQPresets : nsISupports
- {
- attribute Object defaultPresets;
- int[] getPreset(in AString aName);
- void savePreset(in AString aName, in int[] aChannels);
- void deletePreset(in AString aName);
- void restoreDefaultPresets();
- };
Advertisement
Add Comment
Please, Sign In to add comment