sbIIPDDeviceEvent.idl
Go to the documentation of this file.
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3 //=BEGIN SONGBIRD GPL
4 //
5 // This file is part of the Songbird web player.
6 //
7 // Copyright(c) 2005-2009 POTI, Inc.
8 // http://www.songbirdnest.com
9 //
10 // This file may be licensed under the terms of of the
11 // GNU General Public License Version 2 (the GPL).
12 //
13 // Software distributed under the License is distributed
14 // on an AS IS basis, WITHOUT WARRANTY OF ANY KIND, either
15 // express or implied. See the GPL for the specific language
16 // governing rights and limitations.
17 //
18 // You should have received a copy of the GPL along with this
19 // program. If not, go to http://www.gnu.org/licenses/gpl.html
20 // or write to the Free Software Foundation, Inc.,
21 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 //
23 //=END SONGBIRD GPL
24 */
25 
32 #include "nsISupports.idl"
33 #include "sbIDeviceEvent.idl"
34 
35 
42 [scriptable, uuid(47b40baf-ccf8-4083-bf56-a400510b47bc)]
44 {
49  const unsigned long
51 
57 
62  const unsigned long
64 
69  const unsigned long
71 };
72 
73 
80 interface sbIMediaItem;
81 
82 [scriptable, uuid(285c8cfa-5ba4-4f60-987c-a23384d6a302)]
84 {
88  readonly attribute unsigned long userID;
89 
93  readonly attribute AString accountName;
94 
98  readonly attribute AString userName;
99 
103  readonly attribute sbIMediaItem mediaItem;
104 };
105 
const unsigned long EVENT_CLIENT_DEFINED
readonly attribute sbIMediaItem mediaItem
const unsigned long EVENT_IPOD_FAIRPLAY_NOT_AUTHORIZED
readonly attribute AString userName
readonly attribute AString accountName
Base iPod device event interface.
var uuid
iPod device event interface for FairPlay events.
const unsigned long EVENT_IPOD_NOT_INITIALIZED
const unsigned long EVENT_IPOD_HFSPLUS_READ_ONLY
const unsigned long EVENT_IPOD_UNSUPPORTED_FILE_SYSTEM
Interface that defines a single item of media in the system.
readonly attribute unsigned long userID