class CodecAttributes

Defined at line 1952 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 1960 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool has_codec_id ()

Defined at line 1964 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 1970 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

void clear_codec_id ()

Defined at line 1978 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 1988 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool has_codec_configuration ()

Defined at line 1992 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 1998 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

void clear_codec_configuration ()

Defined at line 2006 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)