Feature Note: Device Selection
The SDK provides means to choose from all available cameras, microphones, speakers, and other audio devices. The device selection API consists of the following event and functions:
Name |
Description |
mmDeviceChange.cwic |
This event will be sent by CWIC whenever a change to the list of devices is detected. The application should use getMultimediaDevice() to acquire the updated list of devices. |
getMultimediaDevices() |
A function that retrieves a list of objects describing the multimedia devices installed on a system. |
setRecordingDevice() |
A function that sets the audio recording device used by the plug-in. |
setCaptureDevice() |
A function that sets the video capture device used by the plug-in. |
setPlayoutDevice() |
A function that sets the play-out device used by the plug-in. |