class CodecProperties
Defined at line 5460 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Public Methods
void CodecProperties ()
Defined at line 5462 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
void CodecProperties (const CodecProperties & other)
Defined at line 5463 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
bool has_unique_id ()
CodecProperties & operator= (const CodecProperties & other)
Defined at line 5464 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
void CodecProperties (CodecProperties && other)
Defined at line 5465 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::CodecProperties> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_audio::wire::CodecProperties> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::CodecProperties>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
bool & is_input ()
Driver type is input (true) or output (false)
If not included, then the driver may be used for both input and output.
Optional.
bool has_is_input ()
::fidl::StringView & manufacturer ()
UI string for the manufacturer name. If not included, the manufacturer is unspecified.
If included, this string must be non-empty.
Optional.
bool has_manufacturer ()
CodecProperties & operator= (CodecProperties && other)
Defined at line 5466 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
::fidl::StringView & product ()
UI string for the product name. If not included, the product name is unspecified.
If included, this string must be non-empty.
Optional.
bool has_product ()
::fidl::Array<uint8_t, 16> & unique_id ()
Unique identifier for the codec.
If not included, there is no unique id for the Codec.
Optional.
::fuchsia_hardware_audio::wire::PlugDetectCapabilities & plug_detect_capabilities ()
Plug Detect Capabilities.
Required.
bool has_plug_detect_capabilities ()
CodecProperties & set_is_input (bool elem)
CodecProperties & clear_is_input ()
CodecProperties & set_manufacturer (::fidl::ObjectView< ::fidl::StringView> elem)
CodecProperties & set_manufacturer (std::nullptr_t )
CodecProperties & clear_manufacturer ()
CodecProperties & set_product (::fidl::ObjectView< ::fidl::StringView> elem)
CodecProperties & set_product (std::nullptr_t )
CodecProperties & clear_product ()
CodecProperties & set_unique_id (::fidl::ObjectView< ::fidl::Array<uint8_t, 16>> elem)
CodecProperties & set_unique_id (std::nullptr_t )
CodecProperties & clear_unique_id ()
CodecProperties & set_plug_detect_capabilities (::fuchsia_hardware_audio::wire::PlugDetectCapabilities elem)
CodecProperties & clear_plug_detect_capabilities ()
void CodecProperties (::fidl::AnyArena & allocator)
void CodecProperties (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::CodecProperties>> && 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::CodecProperties>> && frame_ptr)
void ~CodecProperties ()
Defined at line 5468 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