template <>

class WireSyncBufferClientImpl

Defined at line 5646 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_audio_mixer::SyntheticClock::Now> Now (::fuchsia_audio_mixer::wire::SyntheticClockNowRequest SyntheticClockNowRequest)

Reads the clock's current time.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_audio_mixer::SyntheticClock::SetRate> SetRate (::fuchsia_audio_mixer::wire::SyntheticClockSetRateRequest SyntheticClockSetRateRequest)

Sets the clock's rate adjustment, in parts-per-million, relative to the

realm's synthetic monotonic clock. The semantics are identical to

`zx_clock_update`.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.