gainNode top-level property
dynamic
get
gainNode
A change in volume. It is an AudioNode audio-processing module that causes a given gain to be applied to the input data before its propagation to the output. A GainNode always has exactly one input and one output, both with the same number of channels.
Implementation
_i2.dynamic get gainNode => _i4.getProperty(
_self,
'GainNode',
);