updateDevices(_:)
Notifies the system that one or more devices have changed state, so their information can be refreshed in device lists.
Declaration
@MainActor final func updateDevices(_ devices: [MediaOutputDevice])Parameters
- devices:
The devices whose state has been updated.
Mentioned in
Discussion
Call this function when MediaOutputDevice instances have had their state updated. This may be called after an activate or deactivate call to reflect updated grouping information.