class ExternalDelayWatcher
Defined at line 3484 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
Used to watch for changes in delay from an external source.
If the delay is fixed (it never changes), then `initial_delay` contains the
fixed delay and `client_end` should not be specified.
If the delay is variable, then `initial_delay` contains the initial delay
value (if known) and `client_end` should be queried to watch for updates.
Public Methods
void ExternalDelayWatcher (Storage_ storage)
void ExternalDelayWatcher ()
Defined at line 3489 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
void ExternalDelayWatcher (ExternalDelayWatcher && )
Defined at line 3490 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
bool IsEmpty ()
const std::optional<int64_t> & initial_delay ()
The initial delay value. Optional if `client_end` is specified,
otherwise required.
::std::optional<int64_t> & initial_delay ()
The initial delay value. Optional if `client_end` is specified,
otherwise required.
ExternalDelayWatcher & initial_delay (std::optional<int64_t> value)
The initial delay value. Optional if `client_end` is specified,
otherwise required.
const std::optional< ::fidl::ClientEnd< ::fuchsia_audio::DelayWatcher>> & client_end ()
A channel to query for delay updates. Optional.
::std::optional< ::fidl::ClientEnd< ::fuchsia_audio::DelayWatcher>> & client_end ()
A channel to query for delay updates. Optional.
ExternalDelayWatcher & client_end (std::optional< ::fidl::ClientEnd< ::fuchsia_audio::DelayWatcher>> value)
A channel to query for delay updates. Optional.
void ExternalDelayWatcher (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
ExternalDelayWatcher & operator= (ExternalDelayWatcher && )
Defined at line 3491 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalTableCodingTraits