Articles tagged: API
Found 5012 documents
- Web/API/AnimationTimeline/currentTime The currentTime read-only property of the Web Animations API 's AnimationTimeline ...
- Web/API/Apps/mgmt Provides support for controlling Open Web apps in a browser.
- Web/API/ArrayBufferView ArrayBufferView is a helper type representing any of the following JavaScript TypedArray types:
- Web/API/Attr This type represents a DOM element's attribute as an object. In most DOM methods, you will ...
- Web/API/Attr/localName The Attr.localName read-only property returns the local part of the qualified name of an element.
- Web/API/Attr/namespaceURI The Attr.namespaceURI read-only property returns the namespace URI of the attribute, or null if ...
- Web/API/Attr/prefix The Attr.prefix read-only property returns the namespace prefix of the specified attribute, or ...
- Web/API/AudioBuffer Objects of these types are designed to hold small audio snippets, typically less than 45 s. For ...
- Web/API/AudioBuffer/AudioBuffer The AudioBuffer constructor of the Web Audio API creates a new AudioBuffer object.
- Web/API/AudioBuffer/copyFromChannel The copyFromChannel() method of the AudioBuffer interface copies the samples from the specified ...
- Web/API/AudioBuffer/copyToChannel The copyToChannel() method of the AudioBuffer interface copies the samples to the specified ...
- Web/API/AudioBuffer/duration A double.
- Web/API/AudioBuffer/getChannelData A Float32Array.
- Web/API/AudioBuffer/length A float.
- Web/API/AudioBuffer/numberOfChannels An integer.
- Web/API/AudioBuffer/sampleRate A floating-point value indicating the current smaple rate of the buffer's data, in samples per ...
- Web/API/AudioBufferSourceNode The AudioBufferSourceNode interface is an AudioScheduledSourceNode which represents an audio ...
- Web/API/AudioBufferSourceNode/AudioBufferSourceNode The AudioBufferSourceNode() constructor creates a new AudioBufferSourceNode object instance.
- Web/API/AudioBufferSourceNode/buffer The buffer property of the AudioBufferSourceNode interface provides the ability to play back ...
- Web/API/AudioBufferSourceNode/detune The detune property of the AudioBufferSourceNode interface is an k-rate AudioParam representing ...
- Web/API/AudioBufferSourceNode/loop The loop property's default value is false.
- Web/API/AudioBufferSourceNode/loopEnd A floating-point number indicating the offset, in seconds, into the audio buffer at which each ...
- Web/API/AudioBufferSourceNode/loopStart The loopStart property's default value is 0.
- Web/API/AudioBufferSourceNode/playbackRate The playbackRate property of the AudioBufferSourceNode interface Is a k-rate AudioParam that ...
- Web/API/AudioBufferSourceNode/start undefined.
- Web/API/AudioContext The AudioContext interface represents an audio-processing graph built from audio modules linked ...
- Web/API/AudioContext/baseLatency The baseLatency read-only property of the AudioContext interface returns a double that ...
- Web/API/AudioContext/close The close() method of the AudioContext Interface closes the audio context, releasing any system ...
- Web/API/AudioContext/createJavaScriptNode The following script illustrates the use of createJavaScriptNode() :
- Web/API/AudioContext/createMediaElementSource For more details about media element audio source nodes, check out the ...
- Web/API/AudioContext/createMediaStreamDestination The MediaStream is created when the node is created and is accessible via the ...
- Web/API/AudioContext/createMediaStreamSource For more details about media stream audio source nodes, check out the MediaStreamAudioSourceNode ...
- Web/API/AudioContext/createMediaStreamTrackSource A MediaStreamTrackAudioSourceNode.
- Web/API/AudioContext/createWaveTable The AudioContext method createWaveTable() is now obsolete ; you should instead use the method ...
- Web/API/AudioContext/getOutputTimestamp The getOutputTimestamp() property of the AudioContext interface returns a new AudioTimestamp ...
- Web/API/AudioContext/outputLatency The outputLatency read-only property of the AudioContext Interface provides an estimation of the ...
- Web/API/AudioContext/suspend The suspend() method of the AudioContext Interface suspends the progression of time in the audio ...
- Web/API/AudioDestinationNode AudioDestinationNode has no output (as it is the output, no more AudioNode can be linked after ...
- Web/API/AudioDestinationNode/maxChannelCount An unsigned long.
- Web/API/AudioListener It is important to note that there is only one listener per context and that it isn't an AudioNode.
- Web/API/AudioListener/dopplerFactor A double.
- Web/API/AudioListener/forwardX The forwardX read-only property of the AudioListener interface is an AudioParam representing the ...
- Web/API/AudioListener/forwardY The forwardY read-only property of the AudioListener interface is an AudioParam representing the ...
- Web/API/AudioListener/forwardZ The forwardZ read-only property of the AudioListener interface is an AudioParam representing the ...
- Web/API/AudioListener/positionX The positionX read-only property of the AudioListener interface is an AudioParam representing ...
- Web/API/AudioListener/positionY The positionY read-only property of the AudioListener interface is an AudioParam representing ...
- Web/API/AudioListener/positionZ The positionZ read-only property of the AudioListener interface is an AudioParam representing ...
- Web/API/AudioListener/setOrientation Void.
- Web/API/AudioListener/setPosition Void.
- Web/API/AudioListener/speedOfSound The speedOfSound property of the AudioListener interface is a double value representing the ...
- Web/API/AudioListener/upX The upX read-only property of the AudioListener interface is an AudioParam representing the x ...
- Web/API/AudioListener/upY The upY read-only property of the AudioListener interface is an AudioParam representing the y ...
- Web/API/AudioListener/upZ The upZ read-only property of the AudioListener interface is an AudioParam representing the z ...
- Web/API/AudioNode The AudioNode interface is a generic interface for representing an audio processing module. ...
- Web/API/AudioNode/channelCount channelCount 's usage and precise definition depend on the value of AudioNode.channelCountMode :
- Web/API/AudioNode/channelCountMode The possible values of channelCountMode and their meanings are:
- Web/API/AudioNode/channelInterpretation When the number of channels doesn't match between an input and an output, up- or down-mixing ...
- Web/API/AudioNode/connect If the destination is a node, connect() returns a reference to the destination AudioNode object, ...
- Web/API/AudioNode/context The read-only context property of the AudioNode interface returns the associated ...
- Web/API/AudioNode/disconnect undefined
- Web/API/AudioNode/numberOfInputs The numberOfInputs property of the AudioNode interface returns the number of inputs feeding the ...
- Web/API/AudioNode/numberOfOutputs The numberOfOutputs property of the AudioNode interface returns the number of outputs coming out ...
- Web/API/AudioNodeOptions The AudioNodeOptions dictionary of the Web Audio API specifies options that can be used when ...
- Web/API/AudioParam There are two kinds of AudioParam, a-rate and k-rate parameters:
- Web/API/AudioParam/cancelAndHoldAtTime The cancelAndHoldAtTime() property of the AudioParam interface cancels all scheduled future ...
- Web/API/AudioParam/cancelScheduledValues A reference to this AudioParam object. In some older implementations this method returns void.
- Web/API/AudioParam/defaultValue The defaultValue read-only property of the AudioParam interface represents the initial value of ...
- Web/API/AudioParam/exponentialRampToValueAtTime A reference to this AudioParam object. In some browsers older implementations of this interface ...
- Web/API/AudioParam/linearRampToValueAtTime NOTE: both the example and live example are incorrect, see ...
- Web/API/AudioParam/maxValue The maxValue read-only property of the AudioParam interface represents the maximum possible ...
- Web/API/AudioParam/minValue The minValue read-only property of the AudioParam interface represents the minimum possible ...
- Web/API/AudioParam/setTargetAtTime The setTargetAtTime() method of the AudioParam interface schedules the start of a gradual change ...
- Web/API/AudioParam/setValueAtTime The setValueAtTime() method of the AudioParam interface schedules an instant change to the ...
- Web/API/AudioParam/setValueCurveAtTime The setValueCurveAtTime() method of the AudioParam interface schedules the start of a linear ...
- Web/API/AudioParam/value Gets or sets the current value of this AudioParam. Initially, the value is set to ...
- Web/API/AudioProcessingEvent The Web Audio API AudioProcessingEvent represents events that occur when a ScriptProcessorNode ...
- Web/API/AudioScheduledSourceNode The AudioScheduledSourceNode interface—part of the Web Audio API—is a parent interface for ...
- Web/API/AudioScheduledSourceNode/onended The onended event handler for the AudioScheduledSourceNode interface specifies an EventHandler ...
- Web/API/AudioScheduledSourceNode/start undefined
- Web/API/AudioScheduledSourceNode/stop The stop() method on AudioScheduledSourceNode schedules a sound to cease playback at the ...
- Web/API/Background_Tasks_API The Cooperative Scheduling of Background Tasks API (also referred to as the Background Tasks API ...
- Web/API/BaseAudioContext The BaseAudioContext interface acts as a base definition for online and offline audio-processing ...
- Web/API/BaseAudioContext/createAnalyser The createAnalyser() method of the BaseAudioContext interface creates an AnalyserNode, which can ...
- Web/API/BaseAudioContext/createBiquadFilter A BiquadFilterNode.
- Web/API/BaseAudioContext/createBuffer An AudioBuffer.
- Web/API/BaseAudioContext/createBufferSource An AudioBufferSourceNode.
- Web/API/BaseAudioContext/createChannelMerger A ChannelMergerNode.
- Web/API/BaseAudioContext/createChannelSplitter A ChannelSplitterNode.
- Web/API/BaseAudioContext/createConstantSource The createConstantSource() property of the BaseAudioContext interface creates a ...
- Web/API/BaseAudioContext/createConvolver A ConvolverNode.
- Web/API/BaseAudioContext/createDelay The createDelay() method of the BaseAudioContext Interface is used to create a DelayNode, which ...
- Web/API/BaseAudioContext/createDynamicsCompressor Compression lowers the volume of the loudest parts of the signal and raises the volume of the ...
- Web/API/BaseAudioContext/createGain A GainNode which takes as input one or more audio sources and outputs audio whose volume has ...
- Web/API/BaseAudioContext/createIIRFilter The createIIRFilter() method of the BaseAudioContext interface creates an IIRFilterNode, which ...
- Web/API/BaseAudioContext/createOscillator The createOscillator() method of the BaseAudioContext interface creates an OscillatorNode, a ...
- Web/API/BaseAudioContext/createPanner The panner node is spatialized in relation to the AudioContext's AudioListener (defined by the ...
- Web/API/BaseAudioContext/createPeriodicWave The createPeriodicWave() method of the BaseAudioContext Interface is used to create a ...
- Web/API/BaseAudioContext/createScriptProcessor A ScriptProcessorNode.
- Web/API/BaseAudioContext/createStereoPanner A StereoPannerNode.
- Web/API/BaseAudioContext/createWaveShaper A WaveShaperNode.