#include <sbIPDFairPlayEvent.h>
Static Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_SBIIPDFAIRPLAYEVENT static NS_DECL_SBIIPDDEVICEEVENT nsresult | CreateEvent (sbIPDFairPlayEvent **aFairPlayEvent, sbIDevice *aDevice, PRUint32 aType, PRUint32 aUserID, nsAString &aAccountName, nsAString &aUserName, sbIMediaItem *aMediaItem) |
Static Public Member Functions inherited from sbDeviceEvent | |
| static sbDeviceEvent * | CreateEvent () |
| static nsresult | CreateEvent (PRUint32 aType, nsIVariant *aData, nsISupports *aOrigin, PRUint32 aDeviceState, PRUint32 aDeviceSubState, sbIDeviceEvent **_retval) |
Protected Member Functions | |
| sbIPDFairPlayEvent () | |
| virtual | ~sbIPDFairPlayEvent () |
Protected Member Functions inherited from sbDeviceEvent | |
| sbDeviceEvent () | |
| ~sbDeviceEvent () | |
This class represents an iPod device FairPlay event.
Definition at line 71 of file sbIPDFairPlayEvent.h.
|
protected |
Construct an iPod device FairPlay event object.
Definition at line 199 of file sbIPDFairPlayEvent.cpp.
|
protectedvirtual |
Destroy an iPod device FairPlay event object.
Definition at line 208 of file sbIPDFairPlayEvent.cpp.
|
static |
Create a FairPlay event of the type specified by aType for the device specified by aDevice. Set the event information as specified by aUserID, aAccountName, aUserName, and aMediaItem. Return event in aFairPlayEvent.
| aFairPlayEvent | Created event. |
| aDevice | Device target of event. |
| aType | Event type. |
| aUserID | FairPlay userID. |
| aAccountName | FairPlay account name. |
| aUserName | FairPlay user name. |
| aMediaItem | FairPlay media item. |
Definition at line 156 of file sbIPDFairPlayEvent.cpp.