template <>
class WireWeakSyncClientImpl
Defined at line 3334 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::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.
Allocates 48 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::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.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_virtualaudio::Control::GetNumDevices> GetNumDevices ()
Returns the number of active input and output devices and devices with unspecified
direction.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_virtualaudio::Control::RemoveAll> RemoveAll ()
Synchronously remove all all active input and output devices.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.