Interface WaveformOptions

interface WaveformOptions {
    context: BaseContext;
    size: number;
}

Hierarchy

  • MeterBaseOptions
    • WaveformOptions

Properties

Properties

context: BaseContext
size: number

The size of the Waveform. Value must be a power of two in the range 16 to 16384.