class DynamicsBand

Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/cpp/fidl/fuchsia.hardware.audio.signalprocessing/cpp/natural_types.h

Parameters for a `Dynamics` element band.

Public Methods

void DynamicsBand (Storage_ storage)
void DynamicsBand ()

Defined at line 413 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/cpp/fidl/fuchsia.hardware.audio.signalprocessing/cpp/natural_types.h

void DynamicsBand (DynamicsBand && )

Defined at line 414 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/cpp/fidl/fuchsia.hardware.audio.signalprocessing/cpp/natural_types.h

void DynamicsBand (const DynamicsBand & other)
DynamicsBand & operator= (DynamicsBand && )

Defined at line 415 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/cpp/fidl/fuchsia.hardware.audio.signalprocessing/cpp/natural_types.h

DynamicsBand & operator= (const DynamicsBand & other)
bool operator== (const DynamicsBand & other)
bool operator!= (const DynamicsBand & other)
bool IsEmpty ()
const std::optional<uint64_t> & id ()

Unique ID for this band, only required to be unique within the corresponding

`Element`, and valid until the channel associated with the `SignalProcessing`

protocol is closed.

Required.

::std::optional<uint64_t> & id ()

Unique ID for this band, only required to be unique within the corresponding

`Element`, and valid until the channel associated with the `SignalProcessing`

protocol is closed.

Required.

DynamicsBand & id (std::optional<uint64_t> value)

Unique ID for this band, only required to be unique within the corresponding

`Element`, and valid until the channel associated with the `SignalProcessing`

protocol is closed.

Required.

void DynamicsBand (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits