Songbird Media Item Watcher Source. More...
#include "sbMediaItemWatcher.h"
#include <sbILibrary.h>
#include <sbIPropertyArray.h>
#include <sbStandardProperties.h>
#include <sbDebugUtils.h>
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... | |
Songbird Media Item Watcher Source.
Definition in file sbMediaItemWatcher.cpp.
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.
aMediaItem | Media item to watch. |
aListener | Listener to call when changes occur. |
aPropertyIDs | List of properties for which to listen for changes. |
Definition at line 66 of file sbMediaItemWatcher.cpp.