webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
AudioBuffer Interface Reference

import"AudioBuffer.idl";

Public Member Functions

Float32Array getChannelData (unsigned long channelIndex)
 

Public Attributes

readonly attribute long length
 
readonly attribute unrestricted float duration
 
readonly attribute unrestricted float sampleRate
 
attribute unrestricted float gain
 
readonly attribute unsigned long numberOfChannels
 

Member Function Documentation

◆ getChannelData()

Float32Array AudioBuffer::getChannelData ( unsigned long  channelIndex)

Member Data Documentation

◆ duration

readonly attribute unrestricted float AudioBuffer::duration

◆ gain

attribute unrestricted float AudioBuffer::gain

◆ length

readonly attribute long AudioBuffer::length

◆ numberOfChannels

readonly attribute unsigned long AudioBuffer::numberOfChannels

◆ sampleRate

readonly attribute unrestricted float AudioBuffer::sampleRate

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