template <>
class WireTableBuilder
Defined at line 362 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 = ::fuchsia_audio::wire::Format, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_audio::wire::Format>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_device::wire::RingBufferOptions> & format (First && first, Args &&... args_)
The format (sample format, channelization, frame rate) of the ring
buffer to be created.
Required.
Defined at line 378 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Friends
template <>
class RingBufferOptions