MarcoBramini / screen-recorder

A library to capture and record your audio and video devices
GNU General Public License v3.0
10 stars 3 forks source link

Add DeviceService w/ GetVideoInputDevices and GetAudioInputDevices methods #1

Closed MarcoBramini closed 3 years ago

MarcoBramini commented 3 years ago

This PR adds the DeviceService, containing the APIs to retrieve the list of input devices.

Only macOS and Linux platforms have been implemented.

It is ok to merge because of pair programming.