class ProcessOptions
Defined at line 111 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/natural_types.h
An extensible container of options for Processor.Process.
Public Methods
void ProcessOptions (Storage_ storage)
void ProcessOptions ()
Defined at line 117 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/natural_types.h
void ProcessOptions (ProcessOptions && )
Defined at line 118 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/natural_types.h
void ProcessOptions (const ProcessOptions & other)
ProcessOptions & operator= (ProcessOptions && )
Defined at line 119 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/natural_types.h
ProcessOptions & operator= (const ProcessOptions & other)
bool operator== (const ProcessOptions & other)
bool operator!= (const ProcessOptions & other)
bool IsEmpty ()
const std::optional< ::std::vector<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.
::std::optional< ::std::vector<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.
ProcessOptions & total_applied_gain_db_per_input (std::optional< ::std::vector<float>> value)
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.
const std::optional< ::std::vector<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.
::std::optional< ::std::vector<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.
ProcessOptions & usage_mask_per_input (std::optional< ::std::vector<uint32_t>> value)
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.
void ProcessOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits