Songbird Mediacore Wrapper Implementation. More...
#include "sbMediacoreWrapper.h"
#include <nsIClassInfoImpl.h>
#include <nsIDOMDocument.h>
#include <nsIProgrammingLanguage.h>
#include <nsISupportsPrimitives.h>
#include <nsComponentManagerUtils.h>
#include <nsMemory.h>
#include <nsXPCOMCID.h>
#include <prlog.h>
#include <sbIPropertyArray.h>
#include <sbProxiedComponentManager.h>
#include <sbStringUtils.h>
#include <sbThreadUtils.h>
#include <sbVariantUtils.h>
#include "sbBaseMediacoreEventTarget.h"
#include "sbMediacoreError.h"
Go to the source code of this file.
Macros | |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Functions | |
NS_IMPL_QUERY_INTERFACE8_CI (sbMediacoreWrapper, sbIMediacore, sbIMediacorePlaybackControl, sbIMediacoreVolumeControl, sbIMediacoreVotingParticipant, sbIMediacoreEventTarget, sbIMediacoreWrapper, nsIDOMEventListener, nsIClassInfo) NS_IMPL_CI_INTERFACE_GETTER7(sbMediacoreWrapper | |
Variables | |
sbIMediacore | |
sbIMediacorePlaybackControl | |
sbIMediacoreVolumeControl | |
sbIMediacoreVotingParticipant | |
sbIMediacoreEventTarget | |
sbIMediacoreWrapper | |
Songbird Mediacore Wrapper Implementation.
Definition in file sbMediacoreWrapper.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 61 of file sbMediacoreWrapper.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbMediacoreWrapper:5
Definition at line 60 of file sbMediacoreWrapper.cpp.
NS_IMPL_QUERY_INTERFACE8_CI | ( | sbMediacoreWrapper | , |
sbIMediacore | , | ||
sbIMediacorePlaybackControl | , | ||
sbIMediacoreVolumeControl | , | ||
sbIMediacoreVotingParticipant | , | ||
sbIMediacoreEventTarget | , | ||
sbIMediacoreWrapper | , | ||
nsIDOMEventListener | , | ||
nsIClassInfo | |||
) |
Definition at line 78 of file sbMediacoreWrapper.cpp.
Definition at line 78 of file sbMediacoreWrapper.cpp.
Definition at line 78 of file sbMediacoreWrapper.cpp.
Definition at line 78 of file sbMediacoreWrapper.cpp.
Definition at line 78 of file sbMediacoreWrapper.cpp.
Definition at line 78 of file sbMediacoreWrapper.cpp.