sipxmedialib  Version 3.3
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
MprFromInputDeviceConstructor Class Reference

MprFromInputDeviceConstructor is used to construct a FromInputDevice resource. More...

#include <MprFromInputDeviceConstructor.h>

Inheritance diagram for MprFromInputDeviceConstructor:
Inheritance graph
[legend]
Collaboration diagram for MprFromInputDeviceConstructor:
Collaboration graph
[legend]

Public Member Functions

 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...
 
- Public Member Functions inherited from MpAudioResourceConstructor
 MpAudioResourceConstructor (const UtlString &resourceType, int minInputs=1, int maxInputs=1, int minOutputs=1, int maxOutputs=1)
 
virtual ~MpAudioResourceConstructor ()
 
- Public Member Functions inherited from MpResourceConstructor
 MpResourceConstructor (const UtlString &resourceType, int minInputs=1, int maxInputs=1, int minOutputs=1, int maxOutputs=1)
 
virtual ~MpResourceConstructor ()
 

Protected Attributes

MpInputDeviceManagermpDefaultManager
 
MpInputDeviceHandle mDefaultDriver
 
- Protected Attributes inherited from MpResourceConstructor
int mMinInputs
 
int mMaxInputs
 
int mMinOutputs
 
int mMaxOutputs
 

Private Member Functions

 MprFromInputDeviceConstructor (const MprFromInputDeviceConstructor &rMprFromInputDeviceConstructor)
 Disable copy constructor. More...
 
MprFromInputDeviceConstructoroperator= (const MprFromInputDeviceConstructor &rhs)
 Disable assignment operator. More...
 

Detailed Description

MprFromInputDeviceConstructor is used to construct a FromInputDevice resource.

Constructor & Destructor Documentation

MprFromInputDeviceConstructor ( MpInputDeviceManager defaultManager,
MpInputDeviceHandle  defaultDriver = 1 
)
inline

Constructor.

virtual ~MprFromInputDeviceConstructor ( )
inlinevirtual

Destructor.

MprFromInputDeviceConstructor ( const MprFromInputDeviceConstructor rMprFromInputDeviceConstructor)
private

Disable copy constructor.

Member Function Documentation

virtual OsStatus newResource ( const UtlString &  resourceName,
int  maxResourcesToCreate,
int &  numResourcesCreated,
MpResource resourceArray[] 
)
inlinevirtual

Create a new resource.

Implements MpAudioResourceConstructor.

MprFromInputDeviceConstructor& operator= ( const MprFromInputDeviceConstructor rhs)
private

Disable assignment operator.

Member Data Documentation

MpInputDeviceManager* mpDefaultManager
protected

Manager that will be passed to newly created resources.

MpInputDeviceHandle mDefaultDriver
protected

Device that will be used for newly created resources.