Notification or event when AudioInput device is added/removed

I writing a class to for handling when new audio devices (both input and output) are added/removed. I am using UAudioDeviceNotificationSubsystem and subscribing to DeviceAddedNative, DeviceRemovedNative, and DeviceStateChangedNative covers most events but it does not when an audio input device is added or removed. Is there something else I can use for that?