newAudioProcessingEvent abstract method

AudioProcessingEvent newAudioProcessingEvent(
  1. String type,
  2. AudioProcessingEventInit eventInitDict
)

Implementation

AudioProcessingEvent newAudioProcessingEvent(
  String type,
  AudioProcessingEventInit eventInitDict,
);