Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
AudioContext Interface Reference

import <dart.idl;

Public Member Functions

ScriptProcessorNode createJavaScriptNode (unsigned long bufferSize, optional unsigned long numberOfInputChannels, optional unsigned long numberOfOutputChannels)
 
AudioBuffer createBuffer (ArrayBuffer? buffer, boolean mixToMono)
 
GainNode createGainNode ()
 
DelayNode createDelayNode (optional double maxDelayTime)
 

Public Attributes

readonly attribute unsigned long activeSourceCount
 

Detailed Description

Definition at line 446 of file dart.idl.

Member Function Documentation

◆ createBuffer()

AudioBuffer AudioContext::createBuffer ( ArrayBuffer?  buffer,
boolean  mixToMono 
)

◆ createDelayNode()

DelayNode AudioContext::createDelayNode ( optional double  maxDelayTime)

◆ createGainNode()

GainNode AudioContext::createGainNode ( )

◆ createJavaScriptNode()

ScriptProcessorNode AudioContext::createJavaScriptNode ( unsigned long  bufferSize,
optional unsigned long  numberOfInputChannels,
optional unsigned long  numberOfOutputChannels 
)

Member Data Documentation

◆ activeSourceCount

readonly attribute unsigned long AudioContext::activeSourceCount

Definition at line 448 of file dart.idl.


The documentation for this interface was generated from the following file: