Songbird Base Mediacore Volume Control Implementation. More...
Go to the source code of this file.
Macros | |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Functions | |
void | SB_ConvertFloatVolToJSStringValue (PRFloat64 aVol, nsACString &aStrVol) |
NS_IMPL_THREADSAFE_ISUPPORTS1 (sbBaseMediacoreVolumeControl, sbIMediacoreVolumeControl) sbBaseMediacoreVolumeControl | |
Songbird Base Mediacore Volume Control Implementation.
Definition in file sbBaseMediacoreVolumeControl.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 46 of file sbBaseMediacoreVolumeControl.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbBaseMediacoreVolumeControl:5
Definition at line 45 of file sbBaseMediacoreVolumeControl.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbBaseMediacoreVolumeControl | , |
sbIMediacoreVolumeControl | |||
) |
Definition at line 66 of file sbBaseMediacoreVolumeControl.cpp.
void SB_ConvertFloatVolToJSStringValue | ( | PRFloat64 | aVol, |
nsACString & | aStrVol | ||
) |
Definition at line 49 of file sbBaseMediacoreVolumeControl.cpp.