#include <sbAutoRWLock.h>
#include <sbBaseDevice.h>
#include <sbICDDevice.h>
#include <sbDeviceCapabilities.h>
#include <sbIDeviceProperties.h>
#include <sbITranscodeManager.h>
#include <sbIMetadataLookupManager.h>
#include <sbIMetadataLookupProvider.h>
#include <sbIMetadataLookupData.h>
#include <sbMemoryUtils.h>
#include <nsID.h>
#include <nsIRunnable.h>
#include <nsIThread.h>
Go to the source code of this file.
Classes | |
class | sbCDDevice |
Macros | |
#define | PREF_CDDEVICE_RIPBRANCH "songbird.cdrip." |
#define | PREF_CDDEVICE_AUTOEJECT "oncomplete.autoeject" |
#define | PREF_CDDEVICE_NOTIFYSOUND "oncomplete.notifysound" |
#define | PREF_CDDEVICE_RIPFORMAT "format" |
#define | PREF_CDDEVICE_RIPQUALITY "quality" |
#define | SB_CD_DEVICE_AUTO_INVOKE(aName, aMethod) SB_AUTO_NULL_CLASS(aName, sbCDDevice*, mValue->aMethod) |
#define PREF_CDDEVICE_AUTOEJECT "oncomplete.autoeject" |
Definition at line 126 of file sbCDDevice.h.
#define PREF_CDDEVICE_NOTIFYSOUND "oncomplete.notifysound" |
Definition at line 127 of file sbCDDevice.h.
#define PREF_CDDEVICE_RIPBRANCH "songbird.cdrip." |
Definition at line 125 of file sbCDDevice.h.
#define PREF_CDDEVICE_RIPFORMAT "format" |
Definition at line 128 of file sbCDDevice.h.
#define PREF_CDDEVICE_RIPQUALITY "quality" |
Definition at line 129 of file sbCDDevice.h.
#define SB_CD_DEVICE_AUTO_INVOKE | ( | aName, | |
aMethod | |||
) | SB_AUTO_NULL_CLASS(aName, sbCDDevice*, mValue->aMethod) |
Definition at line 417 of file sbCDDevice.h.