OfflineAudioContextOptions constructor
Implementation
factory OfflineAudioContextOptions({
_i2.num? length,
_i2.num? numberOfChannels,
_i2.num? sampleRate,
}) =>
OfflineAudioContextOptions._(
length: length,
numberOfChannels: numberOfChannels,
sampleRate: sampleRate,
);