I have been looking into the ffmpeg source code a few hours now and found some references to a list of directshow capturing devices. Is that list somehow accessible via the API?
When using an avdict with key list_devices = true it displays a list in console, but obviously i cannot access this.
I know vlc gets the list via the winapi so does ffmpeg internally but it would be nice to have access to that list via the ffmpeg api rather than using the windows api.