DeviceFactoryManager

Manages device factories. Device factories are used to create new audio devices.

Functions

Link copied to clipboard
@NotNull
abstract fun getDeviceFactories(): @NotNull Collection<DeviceFactory>
Gets a collection of all registered device factories.
Link copied to clipboard
Gets a device factory by its unique type identifier.
Link copied to clipboard
abstract fun registerDeviceFactory(factory: DeviceFactory)
Registers a device factory.
Link copied to clipboard
Unregisters a device factory by its unique type identifier.
Unregisters a device factory.