class ProcessOptions
Defined at line 93 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h
An extensible container of options for Processor.Process.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_audio_effects::wire::ProcessOptions> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_audio_effects::wire::ProcessOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_effects::wire::ProcessOptions>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void ProcessOptions ()
Defined at line 95 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h
void ProcessOptions (const ProcessOptions & other)
Defined at line 96 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h
ProcessOptions & operator= (const ProcessOptions & other)
Defined at line 97 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h
void ProcessOptions (ProcessOptions && other)
Defined at line 98 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h
ProcessOptions & operator= (ProcessOptions && other)
Defined at line 99 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h
::fidl::VectorView<float> & total_applied_gain_db_per_input ()
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.
bool has_total_applied_gain_db_per_input ()
::fidl::VectorView<uint32_t> & usage_mask_per_input ()
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.
bool has_usage_mask_per_input ()
void ~ProcessOptions ()
Defined at line 101 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder