class ControlCodecStopResult
Defined at line 957 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h
Public Methods
void ControlCodecStopResult (ControlCodecStopResult && other)
ControlCodecStopResult & operator= (ControlCodecStopResult && other)
void ControlCodecStopResult (const ControlCodecStopResult & other)
ControlCodecStopResult & operator= (const ControlCodecStopResult & other)
bool operator== (const ControlCodecStopResult & other)
bool operator!= (const ControlCodecStopResult & other)
::fuchsia_audio_device::ControlCodecStopResult::Tag Which ()
ControlCodecStopResult WithResponse (::fuchsia_audio_device::ControlCodecStopResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ControlCodecStopResult & response (::fuchsia_audio_device::ControlCodecStopResponse value)
Sets the union to hold the response member.
ControlCodecStopResult WithErr (::fuchsia_audio_device::ControlCodecStopError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControlCodecStopResult & err (::fuchsia_audio_device::ControlCodecStopError value)
Sets the union to hold the err member.
ControlCodecStopResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ControlCodecStopResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void ControlCodecStopResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 968 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits