class CodecAttributes
Defined at line 883 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
Identifies a codec and its configuration that may be used with a data stream.
Public Methods
void CodecAttributes ()
Defined at line 885 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
void CodecAttributes (const CodecAttributes & other)
Defined at line 886 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
CodecAttributes & operator= (const CodecAttributes & other)
Defined at line 887 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
void CodecAttributes (CodecAttributes && other)
Defined at line 888 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_bluetooth::wire::CodecAttributes> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_bluetooth::wire::CodecAttributes> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth::wire::CodecAttributes>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fuchsia_bluetooth::wire::CodecId & codec_id ()
Coding format.
Required.
bool has_codec_id ()
::fidl::VectorView<uint8_t> & codec_configuration ()
Configuration data.
Optionally present, as determined by codec being used.
bool has_codec_configuration ()
CodecAttributes & operator= (CodecAttributes && other)
Defined at line 889 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
void ~CodecAttributes ()
Defined at line 891 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder