struct Protocol::WebAudio::AudioParam

Overview

Protocol object for AudioParam

Included Modules

Defined in:

protocol/web_audio.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def context_id : GraphObjectId #

[View source]
def default_value : Number::Primitive #

[View source]
def max_value : Number::Primitive #

[View source]
def min_value : Number::Primitive #

[View source]
def node_id : GraphObjectId #

[View source]
def param_id : GraphObjectId #

[View source]
def param_type : ParamType #

[View source]
def rate : AutomationRate #

[View source]