class EffectsControllerUpdateEffectResult
Defined at line 169 of file fidling/gen/sdk/fidl/fuchsia.media.audio/fuchsia.media.audio/cpp/fidl/fuchsia.media.audio/cpp/natural_types.h
Public Methods
void EffectsControllerUpdateEffectResult (EffectsControllerUpdateEffectResult && other)
EffectsControllerUpdateEffectResult & operator= (EffectsControllerUpdateEffectResult && other)
void EffectsControllerUpdateEffectResult (const EffectsControllerUpdateEffectResult & other)
EffectsControllerUpdateEffectResult & operator= (const EffectsControllerUpdateEffectResult & other)
bool operator== (const EffectsControllerUpdateEffectResult & other)
bool operator!= (const EffectsControllerUpdateEffectResult & other)
::fuchsia_media_audio::EffectsControllerUpdateEffectResult::Tag Which ()
EffectsControllerUpdateEffectResult WithResponse (::fuchsia_media_audio::EffectsControllerUpdateEffectResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EffectsControllerUpdateEffectResult & response (::fuchsia_media_audio::EffectsControllerUpdateEffectResponse value)
Sets the union to hold the response member.
EffectsControllerUpdateEffectResult WithErr (::fuchsia_media_audio::UpdateEffectError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EffectsControllerUpdateEffectResult & err (::fuchsia_media_audio::UpdateEffectError value)
Sets the union to hold the err member.
void EffectsControllerUpdateEffectResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 177 of file fidling/gen/sdk/fidl/fuchsia.media.audio/fuchsia.media.audio/cpp/fidl/fuchsia.media.audio/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits