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