class CodecAttributes

Defined at line 1686 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

Identifies a codec and its configuration that may be used with a data stream.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::bluetooth::CodecId & codec_id ()

Coding format.

Required.

Defined at line 1694 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool has_codec_id ()

Defined at line 1698 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

::fuchsia::bluetooth::CodecId * mutable_codec_id ()

Coding format.

Required.

Defined at line 1704 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

void clear_codec_id ()

Defined at line 1712 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

const ::std::vector<uint8_t> & codec_configuration ()

Configuration data.

Optionally present, as determined by codec being used.

Defined at line 1722 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool has_codec_configuration ()

Defined at line 1726 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

::std::vector<uint8_t> * mutable_codec_configuration ()

Configuration data.

Optionally present, as determined by codec being used.

Defined at line 1732 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

void clear_codec_configuration ()

Defined at line 1740 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

CodecAttributes & set_codec_id (::fuchsia::bluetooth::CodecId _value)
CodecAttributes & set_codec_configuration (::std::vector<uint8_t> _value)
void CodecAttributes ()
void CodecAttributes (CodecAttributes && other)
void ~CodecAttributes ()
CodecAttributes & operator= (CodecAttributes && other)
::std::unique_ptr<CodecAttributes> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CodecAttributes * _value, size_t _offset)
zx_status_t Clone (CodecAttributes * _result)