template <>
class WireTableBuilder
Defined at line 589 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Public Methods
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_device::wire::RingBufferProperties> & turn_on_delay (First && first, Args &&... args_)
The maximum delay until disabled channels become fully operational,
after calling `SetActiveChannels`. This is the worst-case duration when
reenabling all channels. The value must be non-negative.
Required.
Defined at line 606 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Friends
template <>
class RingBufferProperties