webrtc-java icon indicating copy to clipboard operation
webrtc-java copied to clipboard

Problems using DeviceChangeListener

Open meeeee12 opened this issue 2 years ago • 0 comments

I can listen for a device being plugged in using DeviceChangeListener and I can tell if it's an audio device by using instanceof if (device instanceof AudioDevice) but how do I determine it it's a render or capture device?

Thanks.

meeeee12 avatar Apr 07 '22 06:04 meeeee12