class ChannelAttributes
Defined at line 3779 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
The specification of a single channel, within the overall channel configuration.
Public Methods
void ChannelAttributes ()
Defined at line 3781 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
void ChannelAttributes (const ChannelAttributes & other)
Defined at line 3782 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
ChannelAttributes & operator= (const ChannelAttributes & other)
Defined at line 3783 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
void ChannelAttributes (ChannelAttributes && other)
Defined at line 3784 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_hardware_audio::wire::ChannelAttributes> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_audio::wire::ChannelAttributes> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::ChannelAttributes>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
uint32_t & min_frequency ()
Minimum frequency guaranteed to be emitted by (or captured in) this channel, in Hz.
If `min_frequency` is not included, then this channel is assumed to cover the entire
low-frequency range of this device.
Optional.
bool has_min_frequency ()
uint32_t & max_frequency ()
Maximum frequency guaranteed to be emitted by (or captured in) this channel, in Hz.
If `max_frequency` is not included, then this channel is assumed to cover the entire
high-frequency range of this device.
Optional.
bool has_max_frequency ()
ChannelAttributes & operator= (ChannelAttributes && other)
Defined at line 3785 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
ChannelAttributes & set_min_frequency (uint32_t elem)
ChannelAttributes & clear_min_frequency ()
ChannelAttributes & set_max_frequency (uint32_t elem)
ChannelAttributes & clear_max_frequency ()
void ChannelAttributes (::fidl::AnyArena & allocator)
void ChannelAttributes (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::ChannelAttributes>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::ChannelAttributes>> && frame_ptr)
void ~ChannelAttributes ()
Defined at line 3787 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder