ConstantSourceNode constructor

ConstantSourceNode(
  1. BaseAudioContext context, [
  2. ConstantSourceOptions? options
])

Implementation

factory ConstantSourceNode(BaseAudioContext context,
        [ConstantSourceOptions? options]) =>
    ConstantSourceNode._(context, options ?? undefined);