class AudioOffloadFeatures

Defined at line 954 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h

Audio offload features used in `AudioOffloadExt`.

Public Methods

void AudioOffloadFeatures (AudioOffloadFeatures && other)
AudioOffloadFeatures & operator= (AudioOffloadFeatures && other)
void AudioOffloadFeatures (const AudioOffloadFeatures & other)
AudioOffloadFeatures & operator= (const AudioOffloadFeatures & other)
bool operator== (const AudioOffloadFeatures & other)
bool operator!= (const AudioOffloadFeatures & other)
bool IsUnknown ()
::fuchsia_bluetooth_bredr::AudioOffloadFeatures::Tag Which ()
AudioOffloadFeatures WithSbc (::fuchsia_bluetooth_bredr::AudioSbcSupport val)
const ::fidl::internal::UnionMemberView<1, Storage_> sbc ()
::fidl::internal::UnionMemberView<1, Storage_> sbc ()
AudioOffloadFeatures & sbc (::fuchsia_bluetooth_bredr::AudioSbcSupport value)

Sets the union to hold the sbc member.

AudioOffloadFeatures WithAac (::fuchsia_bluetooth_bredr::AudioAacSupport val)
const ::fidl::internal::UnionMemberView<2, Storage_> aac ()
::fidl::internal::UnionMemberView<2, Storage_> aac ()
AudioOffloadFeatures & aac (::fuchsia_bluetooth_bredr::AudioAacSupport value)

Sets the union to hold the aac member.

void AudioOffloadFeatures (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

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

TODO: share union tag types between wire

&

natural.

Defined at line 964 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits