class Volume

Defined at line 1245 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_settings::wire::Volume> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_settings::wire::Volume> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_settings::wire::Volume>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void Volume ()

Defined at line 1247 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

void Volume (const Volume & other)

Defined at line 1248 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

Volume & operator= (const Volume & other)

Defined at line 1249 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

void Volume (Volume && other)

Defined at line 1250 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

float & level ()

The volume level ranged [0.0, 1.0]. The level maps to a dbfs value from a volume

curve in the setting service. Not a number (NaN), infinity or negative infinity

will cause SetVolume to fail with INVALID_VALUE.

bool has_level ()
bool & muted ()

True if the volume should be muted. If this is true, then the volume is silent,

regardless of `level`.

bool has_muted ()
Volume & operator= (Volume && other)

Defined at line 1251 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

void ~Volume ()

Defined at line 1253 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder