template <>

class WireTableBuilder

Defined at line 1275 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_mediastreams::wire::AudioFormat, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_mediastreams::wire::AudioFormat>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_effects::wire::OutputConfiguration> & format (First && first, Args &&... args_)

Format of this output stream.

Required.

Defined at line 1288 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h

template <typename First = ::fuchsia_mem::wire::Range, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_mem::wire::Range>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_effects::wire::OutputConfiguration> & buffer (First && first, Args &&... args_)

Buffer for this output stream. Must provide write access and must have

enough space for `ProcessorConfiguration.max_frames_per_call`.

Write access is needed so the audio system can write to the output

buffer in error cases, such as when the Processor disconnects.

If the effect supports in-place updates, this may refer to the same memory

range as an input buffer.

Required.

Defined at line 1308 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_effects::wire::OutputConfiguration> & latency_frames (First && first, Args &&... args_)

If specified, the output signal is shifted by this many frames.

If not specified, this is zero.

See the explanation at `[fuchsia.audio.effects/Processor.Process]`.

Defined at line 1322 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_effects::wire::OutputConfiguration> & ring_out_frames (First && first, Args &&... args_)

If specified, then input frame F will affect the output stream up through

frame F + `ring_out_frames`. If not specified, this is zero.

Put differently, if the effect is given an input stream with N non-silent

frames followed by infinite silence, the effect will produce up to N +

`ring_out_frames` non-silent frames before emitting silence.

Defined at line 1339 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h

Friends

template <>
class OutputConfiguration