#include "sbMediaInspector.h"#include <nsComponentManagerUtils.h>#include <nsISimpleEnumerator.h>#include <nsIWritablePropertyBag2.h>#include <sbArrayUtils.h>#include <sbMemoryUtils.h>Go to the source code of this file.
Macros | |
| #define | SB_PROPERTYBAG_CONTRACTID "@songbirdnest.com/moz/xpcom/sbpropertybag;1" |
| #define SB_PROPERTYBAG_CONTRACTID "@songbirdnest.com/moz/xpcom/sbpropertybag;1" |
Definition at line 36 of file sbMediaInspector.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS2 | ( | sbMediaFormatContainer | , |
| sbIMediaFormatContainer | , | ||
| sbIMediaFormatContainerMutable | |||
| ) |
Definition at line 39 of file sbMediaInspector.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS2 | ( | sbMediaFormatVideo | , |
| sbIMediaFormatVideo | , | ||
| sbIMediaFormatVideoMutable | |||
| ) |
Definition at line 90 of file sbMediaInspector.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS2 | ( | sbMediaFormatAudio | , |
| sbIMediaFormatAudio | , | ||
| sbIMediaFormatAudioMutable | |||
| ) |
Definition at line 242 of file sbMediaInspector.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS2 | ( | sbMediaFormat | , |
| sbIMediaFormat | , | ||
| sbIMediaFormatMutable | |||
| ) |
Definition at line 353 of file sbMediaInspector.cpp.