class DynamicsBand
Defined at line 1077 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/hlcpp/fuchsia/hardware/audio/signalprocessing/cpp/fidl.h
Parameters for a `Dynamics` element band.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const 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.
Defined at line 1088 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/hlcpp/fuchsia/hardware/audio/signalprocessing/cpp/fidl.h
bool has_id ()
Defined at line 1092 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/hlcpp/fuchsia/hardware/audio/signalprocessing/cpp/fidl.h
uint64_t * mutable_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.
Defined at line 1101 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/hlcpp/fuchsia/hardware/audio/signalprocessing/cpp/fidl.h
void clear_id ()
Defined at line 1109 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/hlcpp/fuchsia/hardware/audio/signalprocessing/cpp/fidl.h
DynamicsBand & set_id (uint64_t _value)
void DynamicsBand ()
void DynamicsBand (DynamicsBand && other)
void ~DynamicsBand ()
DynamicsBand & operator= (DynamicsBand && other)
::std::unique_ptr<DynamicsBand> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DynamicsBand * _value, size_t _offset)
zx_status_t Clone (DynamicsBand * _result)