Home Reference Source
public interface | source

EffectVizualizer

Interface of an effect for the vizualizer

Constructor Summary

Public Constructor
public

Constructor

Method Summary

Public Methods
public abstract

hide()

Hide the effect

public abstract

renderEffect(dataArray: Uint8Array)

Render the effect

public abstract

show()

Show the effect

Public Constructors

public constructor source

Constructor

Throw:

TypeError

Methods not implemented

Public Methods

public abstract hide() source

Hide the effect

public abstract renderEffect(dataArray: Uint8Array) source

Render the effect

Params:

NameTypeAttributeDescription
dataArray Uint8Array

Audio data provided by the vizualizer

public abstract show() source

Show the effect