sbMediaItemWatcher.cpp File Reference

Songbird Media Item Watcher Source. More...

#include "sbMediaItemWatcher.h"
#include <sbILibrary.h>
#include <sbIPropertyArray.h>
#include <sbStandardProperties.h>
#include <sbDebugUtils.h>
Include dependency graph for sbMediaItemWatcher.cpp:

Go to the source code of this file.

Functions

 NS_IMPL_ISUPPORTS2 (sbMediaItemWatcher, sbIMediaItemWatcher, sbIMediaListListener) NS_IMETHODIMP sbMediaItemWatcher
 Watch for changes to the media item specified by aMediaItem and call the listener specified by aListener when any changes occur. If aPropertyIDs is specified, only watch for changes to the specified properties. More...
 

Detailed Description

Songbird Media Item Watcher Source.

Definition in file sbMediaItemWatcher.cpp.

Function Documentation

NS_IMPL_ISUPPORTS2 ( sbMediaItemWatcher  ,
sbIMediaItemWatcher  ,
sbIMediaListListener   
)

Watch for changes to the media item specified by aMediaItem and call the listener specified by aListener when any changes occur. If aPropertyIDs is specified, only watch for changes to the specified properties.

Parameters
aMediaItemMedia item to watch.
aListenerListener to call when changes occur.
aPropertyIDsList of properties for which to listen for changes.

Definition at line 66 of file sbMediaItemWatcher.cpp.