This argument is in order to use Web Audio API.
Protected
analyserProtected
autopannerProtected
bitcrusherProtected
chorusProtected
compressorProtected
contextProtected
delayProtected
envelopegeneratorProtected
equalizerProtected
filterProtected
flangerProtected
fuzzProtected
listenerProtected
mastervolumeProtected
mixedProtected
modulesProtected
noisegateProtected
noisesuppressorProtected
overdriveProtected
pannerProtected
phaserProtected
pitchshifterProtected
preampProtected
processorProtected
recorderProtected
reverbProtected
ringmodulatorProtected
runningProtected
stereoProtected
tremoloProtected
vocalcancelerProtected
wahStatic
Readonly
NUMBER_Static
Readonly
NUMBER_This method stops microphone and camera by stopping instances of MediaStreamTrack
.
Return value is for method chain.
This method stops microphone by stopping instances of MediaStreamTrack
.
Return value is for method chain.
This method stops camera by stopping instances of MediaStreamTrack
.
Return value is for method chain.
This method edits module to use and module connection order.
This argument is edited modules.
Return value is previous modules.
This method gets instance of MediaStreamAudioSourceNode
or MediaStreamTrackAudioSourceNode
or that array contains these.
This method is overloaded for type interface and type check.
This argument selects instance of MediaStreamAudioSourceNode
or MediaStreamTrackAudioSourceNode
.
Protected
initThis method installs customized effector.
This argument is subclass that extends Effector
class.
Return value is instance of customized effector (that extends Effector
class).
This method gets instance of Module
(Analyser, Recorder, Effector ... etc).
This argument selects module.
Optional
stopTime: numberOptional
startTime: numberThis method gets or sets parameters for stream module. This method is overloaded for type interface and type check.
This argument is string if getter. Otherwise, setter.
Return value is parameter for stream module if getter. Otherwise, return value is for method chain.
This method gets stream module parameters as associative array.
This method opens devices or sets instance of MediaStream
.
Optional
params: { Optional
errorOptional
stream?: MediaStreamOptional
successReturn value is Promise
that getUserMedia
returns.
This method sets up for using WebRTC.
Optional
constraints: MediaStreamConstraintsThis argument is object based on MediaStreamConstraints
dictionary.
Return value is for method chain.
This method starts streaming.
Return value is for method chain.
This method stops streaming.
Return value is for method chain.
This class is for processing sound data from WebRTC.