sbMediacoreSequencer.cpp File Reference
#include "sbMediacoreSequencer.h"
#include <nsIClassInfoImpl.h>
#include <nsIDOMWindow.h>
#include <nsIDOMXULElement.h>
#include <nsIPrefBranch.h>
#include <nsIPrefService.h>
#include <nsIProgrammingLanguage.h>
#include <nsIPropertyBag2.h>
#include <nsISupportsPrimitives.h>
#include <nsIURL.h>
#include <nsIVariant.h>
#include <nsIWeakReferenceUtils.h>
#include <nsIWindowWatcher.h>
#include <nsAutoLock.h>
#include <nsAutoPtr.h>
#include <nsArrayUtils.h>
#include <nsComponentManagerUtils.h>
#include <nsMemory.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
#include <nsTArray.h>
#include <prtime.h>
#include <sbICascadeFilterSet.h>
#include <sbIFilterableMediaListView.h>
#include <sbILibrary.h>
#include <sbILibraryConstraints.h>
#include <sbIMediacore.h>
#include <sbIMediacoreEvent.h>
#include <sbIMediacoreEventTarget.h>
#include <sbIMediacorePlaybackControl.h>
#include <sbIMediacoreStatus.h>
#include <sbIMediacoreVideoWindow.h>
#include <sbIMediacoreVoting.h>
#include <sbIMediacoreVotingChain.h>
#include <sbIMediaItem.h>
#include <sbIMediaItemController.h>
#include <sbIMediaList.h>
#include <sbIPrompter.h>
#include <sbIPropertyArray.h>
#include <sbIPropertyInfo.h>
#include <sbISortableMediaListView.h>
#include <sbIWindowWatcher.h>
#include <sbIMediacoreErrorHandler.h>
#include <sbBaseMediacoreVolumeControl.h>
#include <sbMediacoreError.h>
#include <sbMediacoreEvent.h>
#include <sbMemoryUtils.h>
#include <sbProxiedComponentManager.h>
#include <sbStandardProperties.h>
#include <sbStringBundle.h>
#include <sbStringUtils.h>
#include <sbTArrayStringEnumerator.h>
#include <sbThreadUtils.h>
#include <sbVariantUtils.h>
#include "sbMediacoreDataRemotes.h"
#include "sbMediacoreShuffleSequenceGenerator.h"

Go to the source code of this file.

Macros

#define MEDIACORE_UPDATE_NOTIFICATION_DELAY   500
 
#define MEDIACORE_CHECK_DELAY   100
 
#define MEDIACORE_MAX_SUBSEQUENT_ERRORS   20
 
#define TRACE(args)   /* nothing */
 
#define LOG(args)   /* nothing */
 

Functions

nsresult EmitMillisecondsToTimeString (PRUint64 aValue, nsAString &aString, PRBool aRemainingTime=PR_FALSE)
 
 NS_IMPL_QUERY_INTERFACE7_CI (sbMediacoreSequencer, sbIMediacoreSequencer, sbIMediacoreStatus, sbIMediaListListener, sbIMediaListViewListener, sbIMediaItemControllerListener, nsIClassInfo, nsITimerCallback) NS_IMPL_CI_INTERFACE_GETTER2(sbMediacoreSequencer
 

Variables

 sbIMediacoreSequencer
 

Macro Definition Documentation

#define LOG (   args)    /* nothing */

Definition at line 109 of file sbMediacoreSequencer.cpp.

#define MEDIACORE_CHECK_DELAY   100

Definition at line 94 of file sbMediacoreSequencer.cpp.

#define MEDIACORE_MAX_SUBSEQUENT_ERRORS   20

Definition at line 97 of file sbMediacoreSequencer.cpp.

#define MEDIACORE_UPDATE_NOTIFICATION_DELAY   500

Definition at line 91 of file sbMediacoreSequencer.cpp.

#define TRACE (   args)    /* nothing */

To log this module, set the following environment variable: NSPR_LOG_MODULES=sbMediacoreSequencer:5

Definition at line 108 of file sbMediacoreSequencer.cpp.

Function Documentation

nsresult EmitMillisecondsToTimeString ( PRUint64  aValue,
nsAString &  aString,
PRBool  aRemainingTime = PR_FALSE 
)
inline

Definition at line 113 of file sbMediacoreSequencer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

Definition at line 174 of file sbMediacoreSequencer.cpp.