class DeviceGetGainResponse
Defined at line 2367 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h
Public Methods
void DeviceGetGainResponse (Storage_ storage)
void DeviceGetGainResponse (bool current_mute, bool current_agc, float current_gain_db)
void DeviceGetGainResponse ()
Default constructs a |DeviceGetGainResponse| only if all of its members are default constructible.
Defined at line 2377 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h
void DeviceGetGainResponse (DeviceGetGainResponse && )
Defined at line 2380 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h
void DeviceGetGainResponse (const DeviceGetGainResponse & other)
DeviceGetGainResponse & operator= (DeviceGetGainResponse && )
Defined at line 2381 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h
DeviceGetGainResponse & operator= (const DeviceGetGainResponse & other)
bool operator== (const DeviceGetGainResponse & other)
bool operator!= (const DeviceGetGainResponse & other)
bool current_mute ()
bool & current_mute ()
DeviceGetGainResponse & current_mute (bool value)
Setter for current_mute.
bool current_agc ()
bool & current_agc ()
DeviceGetGainResponse & current_agc (bool value)
Setter for current_agc.
float current_gain_db ()
float & current_gain_db ()
DeviceGetGainResponse & current_gain_db (float value)
Setter for current_gain_db.
void DeviceGetGainResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits