28 Components.utils.import(
"resource://gre/modules/XPCOMUtils.jsm");
37 XPCOMUtils.defineLazyServiceGetter(
this,
"_gMM",
"@songbirdnest.com/Songbird/Mediacore/Manager;1",
"sbIMediacoreManager");
42 classID: Components.ID(
"{f87e3ba3-c3fe-437a-8b2f-3aeb48536a9b}"),
43 contractID:
"@getnightingale.com/equalizer-presets/mutable;1",
44 QueryInterface: XPCOMUtils.generateQI([Components.interfaces.ngIMutableEqualizerPreset]),
54 setName:
function(
aName) {
60 setValues:
function(aValues) {
61 if(aValues instanceof Components.interfaces.nsIArray &&
63 this._values = aValues;
65 throw Components.results.NS_ERROR_ILLEGAL_VALUE;
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbOSDControlService prototype QueryInterface
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
function ngMutableEqualizerPreset()
sbDeviceFirmwareAutoCheckForUpdate prototype classID