import"sbIDeviceLibrarySyncSettings.idl";
Public Member Functions | |
sbIDeviceLibraryMediaSyncSettings | getMediaSettings (in unsigned long aMediaType) |
void | write (in sbIDevice aDevice) |
Public Attributes | |
readonly attribute nsIArray | syncPlaylists |
This interface serves as a holder of device sync management settings. Changing values on this object or the objects it owns does not effect an immediate change in behavior of the system. The user must assign syncSettings or call applySyncSettings in order for those changes to be active.
Definition at line 38 of file sbIDeviceLibrarySyncSettings.idl.
sbIDeviceLibraryMediaSyncSettings sbIDeviceLibrarySyncSettings::getMediaSettings | ( | in unsigned long | aMediaType | ) |
Returns an object to manage the synchronization settings for a given media type. This object is a reference to the internal object of the object held by the sbIDeviceSyncSettings object
aMediaType | the media type to get settings, from sbIDeviceLibrary |
void sbIDeviceLibrarySyncSettings::write | ( | in sbIDevice | aDevice | ) |
Writes this deviceLibrarySyncSetting and the deviceLibraryMediaSyncSettings to a device-specific pref so that the settings can be retrieved between sessions.
readonly attribute nsIArray sbIDeviceLibrarySyncSettings::syncPlaylists |
returns a list of the playlists currently selected for all media types
Definition at line 53 of file sbIDeviceLibrarySyncSettings.idl.