class CodecId

Defined at line 1233 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

Specifies a coding format.

Public Methods

void CodecId ()
void CodecId (const CodecId & )

Defined at line 1237 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

CodecId & operator= (const CodecId & )

Defined at line 1238 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

void CodecId (CodecId && )

Defined at line 1239 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

CodecId & operator= (CodecId && )

Defined at line 1240 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

bool IsUnknown ()

Defined at line 1247 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

bool has_invalid_tag ()
bool is_assigned_format ()
CodecId WithAssignedFormat (::fuchsia_bluetooth::wire::AssignedCodingFormat val)

Coding format defined by Bluetooth SIG.

::fuchsia_bluetooth::wire::AssignedCodingFormat & assigned_format ()

Coding format defined by Bluetooth SIG.

const ::fuchsia_bluetooth::wire::AssignedCodingFormat & assigned_format ()

Coding format defined by Bluetooth SIG.

bool is_vendor_format ()
CodecId WithVendorFormat (::fidl::ObjectView< ::fuchsia_bluetooth::wire::VendorCodingFormat> val)

Coding format defined by vendor.

template <typename... Args>
CodecId WithVendorFormat (::fidl::AnyArena & allocator, Args &&... args)

Coding format defined by vendor.

Defined at line 1271 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h

::fuchsia_bluetooth::wire::VendorCodingFormat & vendor_format ()

Coding format defined by vendor.

const ::fuchsia_bluetooth::wire::VendorCodingFormat & vendor_format ()

Coding format defined by vendor.

::fuchsia_bluetooth::wire::CodecId::Tag Which ()

Enumerations

enum Tag
Name Value
kAssignedFormat 1
kVendorFormat 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 1242 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/wire_types.h