TTMSFNCWXWebRTCDevices Class
Holds the collection of media devices discovered during device enumeration.
API unit family: TMSFNCWXWebRTC
Inherits from: TCollection
Syntax
TTMSFNCWXWebRTCDevices = class(TCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the devices in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new device to the collection and returns it. |
| GetDeviceByID | Finds the device whose identifier matches the given value. |
| HasAudioInputDevice | Indicates whether the collection contains at least one audio input device. |
| HasVideoDevice | Indicates whether the collection contains at least one video input device. |
| Insert | Inserts a new device at the given position and returns it. |