template <>
class WireSyncBufferClientImpl
Defined at line 860 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_virtualaudio::Control::GetDefaultConfiguration> GetDefaultConfiguration (::fuchsia_virtualaudio::wire::DeviceType type, ::fuchsia_virtualaudio::wire::Direction direction)
Returns the default configuration for the given device type and direction.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_virtualaudio::Control::AddDevice> AddDevice (::fuchsia_virtualaudio::wire::Configuration config, ::fidl::ServerEnd< ::fuchsia_virtualaudio::Device> && server)
Adds a device to the device tree.
The device lives until the `Device` FIDL channel is closed.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_virtualaudio::Control::GetNumDevices> GetNumDevices ()
Returns the number of active input and output devices and devices with unspecified
direction.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_virtualaudio::Control::RemoveAll> RemoveAll ()
Synchronously remove all all active input and output devices.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.