template <>
class NaturalSyncClientImpl
Defined at line 57 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_audio::DelayWatcher::WatchDelay> WatchDelay (const ::fidl::Request< ::fuchsia_audio::DelayWatcher::WatchDelay> & request)
The first call returns immediately with the current delay, if known.
Subsequent calls block until the delay changes. There can be at most one
outstanding call, otherwise the channel may be closed.