sbIWrappedMediaItem.h
Go to the documentation of this file.
1 /*
2 //
3 // BEGIN SONGBIRD GPL
4 //
5 // This file is part of the Songbird web player.
6 //
7 // Copyright(c) 2005-2008 POTI, Inc.
8 // http://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  */
26 
31 #ifndef __SB_IWRAPPEDMEDIAITEM_H__
32 #define __SB_IWRAPPEDMEDIAITEM_H__
33 
34 #include <nsISupports.h>
35 #include <nsCOMPtr.h>
36 
37 class sbIMediaItem;
38 
39 #define SB_IWRAPPEDMEDIAITEM_IID \
40 { 0x14a50b3c, 0x4e4e, 0x422b, { 0xbe, 0x86, 0x98, 0xb5, 0x88, 0xbf, 0xcb, 0xc6 } }
41 
42 /*
43 Class: MediaItem
44 A <MediaItem> represents a partial or whole piece of media.
45 */
46 
48 {
49 public:
50 
51  NS_DECLARE_STATIC_IID_ACCESSOR(SB_IWRAPPEDMEDIAITEM_IID)
52 
53  virtual already_AddRefed<sbIMediaItem> GetMediaItem()=0;
54 };
55 
56 NS_DEFINE_STATIC_IID_ACCESSOR(sbIWrappedMediaItem,
58 
59 #endif // __SB_IWRAPPEDMEDIAITEM_H__
60 
virtual already_AddRefed< sbIMediaItem > GetMediaItem()=0
#define SB_IWRAPPEDMEDIAITEM_IID
Interface that defines a single item of media in the system.