template <>

class WireTableBuilder

Defined at line 267 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 = ::fidl::VectorView<float>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<float>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_effects::wire::ProcessOptions> & total_applied_gain_db_per_input (First && first, Args &&... args_)

The total gain that has been applied to each input stream by prior

processing steps. For example, given an audio pipeline of the form input ->

ProcessorA -> ProcessorB, if input is a sine wave with unity amplitude and

ProcessorA applies a gain of -5.0dB, then ProcessorB should be called with

total_applied_gain_db_per_input[0] = -5.0dB and ProcessorB's input buffer

should contain a sine wave with amplitude -5.0dB.

If not specified, the applied gain is 0 dB for each input.

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

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

All fuchsia.media.AudioRenderUsages that contribute to each input

stream. This is a bitmask of (1

<

<

r), for each AudioRenderUsage that

contributes. For example, if an input stream contains BACKGROUND (== 0)

and INTERRUPTION (== 2), the bitmask is ((1

<

<

0)|(1

<

<

2)) = 0x5.

Note: this field may be removed once we have transitions to the new

Fuchsia media APIs.

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

Friends

template <>
class ProcessOptions