![]() |
Media Controller
A GStreamer implementation using the VideoXpert SDK
|
Handles the creation of new stream objects. More...
#include <StreamFactory.h>
Static Public Member Functions | |
static StreamBase * | CreateStream (MediaRequest &request) |
Create a new stream object. More... | |
static StreamBase * | CreateAudioStream (MediaRequest &request) |
Create a new audio stream object. More... | |
static MediaRequest * | CreateMediaRequest (MediaRequest &request) |
Create a new audio MediaRequest object. More... | |
Handles the creation of new stream objects.
Definition at line 12 of file StreamFactory.h.
|
static |
Create a new audio stream object.
request | The requested media. |
Definition at line 30 of file StreamFactory.cpp.
|
static |
Create a new audio MediaRequest object.
request | The requested media. |
Definition at line 42 of file StreamFactory.cpp.
|
static |
Create a new stream object.
request | The requested media. |
Definition at line 13 of file StreamFactory.cpp.