#include <sbGStreamerMediacoreFactory.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS_INHERITED NS_DECL_NSIOBSERVER | sbGStreamerMediacoreFactory () |
| nsresult | Init () |
| virtual nsresult | OnInitBaseMediacoreFactory () |
| virtual nsresult | OnGetCapabilities (sbIMediacoreCapabilities **aCapabilities) |
| virtual nsresult | OnCreate (const nsAString &aInstanceName, sbIMediacore **_retval) |
Public Member Functions inherited from sbBaseMediacoreFactory | |
| NS_DECL_ISUPPORTS NS_DECL_SBIMEDIACOREFACTORY | sbBaseMediacoreFactory () |
| nsresult | InitBaseMediacoreFactory () |
| nsresult | SetContractID (const nsAString &aContractID) |
| nsresult | SetName (const nsAString &aName) |
Public Member Functions inherited from sbIMediacoreFactory | |
| sbIMediacore | create (in AString aInstanceName) |
Protected Member Functions | |
| virtual | ~sbGStreamerMediacoreFactory () |
| virtual nsresult | Shutdown () |
Protected Member Functions inherited from sbBaseMediacoreFactory | |
| virtual | ~sbBaseMediacoreFactory () |
Protected Attributes | |
| nsRefPtr< sbMediacoreCapabilities > | mCapabilities |
Protected Attributes inherited from sbBaseMediacoreFactory | |
| PRMonitor * | mMonitor |
| nsString | mContractID |
| nsString | mName |
Additional Inherited Members | |
Public Attributes inherited from sbIMediacoreFactory | |
| readonly attribute AString | contractID |
| readonly attribute AString | name |
| readonly attribute sbIMediacoreCapabilities | capabilities |
Definition at line 38 of file sbGStreamerMediacoreFactory.h.
| Songbird Gstreamer Mediacore Factory sbGStreamerMediacoreFactory::sbGStreamerMediacoreFactory | ( | ) |
Definition at line 83 of file sbGStreamerMediacoreFactory.cpp.
|
protectedvirtual |
Definition at line 87 of file sbGStreamerMediacoreFactory.cpp.
| nsresult sbGStreamerMediacoreFactory::Init | ( | ) |
Definition at line 93 of file sbGStreamerMediacoreFactory.cpp.
|
virtual |
Reimplemented from sbBaseMediacoreFactory.
Definition at line 371 of file sbGStreamerMediacoreFactory.cpp.
|
virtual |
Reimplemented from sbBaseMediacoreFactory.
Definition at line 165 of file sbGStreamerMediacoreFactory.cpp.
|
virtual |
Reimplemented from sbBaseMediacoreFactory.
Definition at line 151 of file sbGStreamerMediacoreFactory.cpp.
|
protectedvirtual |
Definition at line 126 of file sbGStreamerMediacoreFactory.cpp.
|
protected |
Definition at line 63 of file sbGStreamerMediacoreFactory.h.