template <>

class NaturalSyncClientImpl

Defined at line 2362 of file fidling/gen/sdk/fidl/fuchsia.virtualization.hardware/fuchsia.virtualization.hardware/cpp/fidl/fuchsia.virtualization.hardware/cpp/natural_messaging.h

Public Methods

::fidl::Result< ::fuchsia_virtualization_hardware::VirtioSound::ConfigureQueue> ConfigureQueue (const ::fidl::Request< ::fuchsia_virtualization_hardware::VirtioSound::ConfigureQueue> & request)

Configure a `queue` for the device. This specifies the `size` and the

guest physical addresses of the queue: `desc`, `avail`, and `used`.

::fidl::Result< ::fuchsia_virtualization_hardware::VirtioSound::Ready> Ready (const ::fidl::Request< ::fuchsia_virtualization_hardware::VirtioSound::Ready> & request)

Ready a device. This provides the set of `negotiated_features` that the

driver and device have agreed upon.

::fidl::Result< ::fuchsia_virtualization_hardware::VirtioSound::Start> Start (::fidl::Request< ::fuchsia_virtualization_hardware::VirtioSound::Start> request)

Start the sound device.

The response contains the device's expected static configuration.

+ request `start_info` basic info to start the device

+ request `enable_input` whether audio input (capture) should be enabled

+ request `enable_verbose_logging` whether verbose logging should be enabled

- response `features` supported features

- response `jacks` the virtio_snd_config.jacks value to advertise

- response `streams` the virtio_snd_config.streams value to advertise

- response `chmaps` the virtio_snd_config.chaps value to advertise

::fit::result< ::fidl::OneWayError> NotifyQueue (const ::fidl::Request< ::fuchsia_virtualization_hardware::VirtioSound::NotifyQueue> & request)

Notify a `queue` for the device. Primarily used for black-box testing.