MprFromInputDeviceConstructor is used to construct a FromInputDevice resource.
More...
#include <MprFromInputDeviceConstructor.h>
|
| MprFromInputDeviceConstructor (MpInputDeviceManager *defaultManager, MpInputDeviceHandle defaultDriver=1) |
| Constructor. More...
|
|
virtual | ~MprFromInputDeviceConstructor () |
| Destructor. More...
|
|
virtual OsStatus | newResource (const UtlString &resourceName, int maxResourcesToCreate, int &numResourcesCreated, MpResource *resourceArray[]) |
| Create a new resource. More...
|
|
| MpAudioResourceConstructor (const UtlString &resourceType, int minInputs=1, int maxInputs=1, int minOutputs=1, int maxOutputs=1) |
|
virtual | ~MpAudioResourceConstructor () |
|
| MpResourceConstructor (const UtlString &resourceType, int minInputs=1, int maxInputs=1, int minOutputs=1, int maxOutputs=1) |
|
virtual | ~MpResourceConstructor () |
|
MprFromInputDeviceConstructor is used to construct a FromInputDevice resource.
Disable copy constructor.
virtual OsStatus newResource |
( |
const UtlString & |
resourceName, |
|
|
int |
maxResourcesToCreate, |
|
|
int & |
numResourcesCreated, |
|
|
MpResource * |
resourceArray[] |
|
) |
| |
|
inlinevirtual |
Disable assignment operator.
Manager that will be passed to newly created resources.
Device that will be used for newly created resources.