7 #ifndef _MprRecorderConstructor_h_ 8 #define _MprRecorderConstructor_h_ 51 int maxResourcesToCreate,
52 int& numResourcesCreated,
55 assert(maxResourcesToCreate >= 1);
56 numResourcesCreated = 1;
85 #endif // _MprRecorderConstructor_h_ MprRecorderConstructor()
Definition: MprRecorderConstructor.h:36
virtual OsStatus newResource(const UtlString &resourceName, int maxResourcesToCreate, int &numResourcesCreated, MpResource *resourceArray[])
Create a new resource.
Definition: MprRecorderConstructor.h:50
MprRecorderConstructor & operator=(const MprRecorderConstructor &rhs)
The "Recorder" media processing resource.
Definition: MprRecorder.h:53
#define MAXIMUM_RECORDER_CHANNELS
Definition: MprRecorder.h:36
Abstract base class for all media processing objects.
Definition: MpResource.h:56
MpAudioResourceConstructor is used to construct a specific audio resource type.
Definition: MpAudioResourceConstructor.h:36
#define DEFAULT_RECORDER_RESOURCE_TYPE
Definition: MpResourceFactory.h:34
MprRecorderConstructor is used to construct a Buffer Recorder resource.
Definition: MprRecorderConstructor.h:27
virtual ~MprRecorderConstructor()
Definition: MprRecorderConstructor.h:45