The IDL for sbIDeviceBase. More...
#include "nsISupports.idl"Go to the source code of this file.
Classes | |
| interface | sbIDeviceBaseCallback |
| [SOON TO BE DEPRECATED AFTER 0.3] The callback class for sbIDeviceBase More... | |
| interface | sbIDeviceBase |
| [SOON TO BE DEPRECATED AFTER 0.3] Base interface for all supported devices. More... | |
Macros | |
| #define | kSB_DEVICE_FILE_FORMAT_UNDEFINED -1 |
| #define | kSB_DEVICE_FILE_FORMAT_WAV 0 |
| #define | kSB_DEVICE_FILE_FORMAT_MP3 1 |
| #define | kSB_DEVICE_FILE_FORMAT_WMA 2 |
| #define | kSB_DEVICE_STATE_IDLE 0 |
| #define | kSB_DEVICE_STATE_BUSY 1 |
| #define | kSB_DEVICE_STATE_DOWNLOADING 2 |
| #define | kSB_DEVICE_STATE_UPLOADING 3 |
| #define | kSB_DEVICE_STATE_DOWNLOAD_PAUSED 4 |
| #define | kSB_DEVICE_STATE_UPLOAD_PAUSED 5 |
| #define | kSB_DEVICE_STATE_DELETING 6 |
The IDL for sbIDeviceBase.
Definition in file sbIDeviceBase.idl.
| #define kSB_DEVICE_FILE_FORMAT_MP3 1 |
Definition at line 458 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_FILE_FORMAT_UNDEFINED -1 |
Definition at line 456 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_FILE_FORMAT_WAV 0 |
Definition at line 457 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_FILE_FORMAT_WMA 2 |
Definition at line 459 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_STATE_BUSY 1 |
Definition at line 463 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_STATE_DELETING 6 |
Definition at line 468 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_STATE_DOWNLOAD_PAUSED 4 |
Definition at line 466 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_STATE_DOWNLOADING 2 |
Definition at line 464 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_STATE_IDLE 0 |
Definition at line 462 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_STATE_UPLOAD_PAUSED 5 |
Definition at line 467 of file sbIDeviceBase.idl.
| #define kSB_DEVICE_STATE_UPLOADING 3 |
Definition at line 465 of file sbIDeviceBase.idl.