template <>
class NaturalClientImpl
Defined at line 817 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_audio_device::Registry::WatchDevicesAdded> WatchDevicesAdded ()
Register for notification when one or more devices are added.
The `devices` vector will always contain at least one `Info` entry.
::fidl::internal::NaturalThenable< ::fuchsia_audio_device::Registry::WatchDeviceRemoved> WatchDeviceRemoved ()
Register for notification when an (active, added) device is removed.
Because the method only notifies of one removal, upon completion it
should immediately be re-called, in case other removals have occurred.
Calls to this method will pend until the removal of a device that was
included in a previous `WatchDevicesAdded` response.
::fidl::internal::NaturalThenable< ::fuchsia_audio_device::Registry::CreateObserver> CreateObserver (::fidl::Request< ::fuchsia_audio_device::Registry::CreateObserver> request)
Request an `Observer` for the specified device.