ngIEqualizerPreset Interface Reference

Simple default interface for equalizer presets. More...

import"ngIEqualizerPreset.idl";

Inheritance diagram for ngIEqualizerPreset:
[legend]
Collaboration diagram for ngIEqualizerPreset:
[legend]

Public Attributes

readonly attribute AString name
 Name of the preset, used as unique ID and may be visible to the user. More...
 
readonly attribute nsIArray values
 The values array holds the values for the bands. More...
 

Detailed Description

Simple default interface for equalizer presets.

Note
See ngIMutableEqualizerPreset for an editable preset.

Definition at line 37 of file ngIEqualizerPreset.idl.

Member Data Documentation

readonly attribute AString ngIEqualizerPreset::name

Name of the preset, used as unique ID and may be visible to the user.

Definition at line 42 of file ngIEqualizerPreset.idl.

readonly attribute nsIArray ngIEqualizerPreset::values

The values array holds the values for the bands.

Note
Should have the same length as the equalizer has bands.
Item values should be between -1 and 1, implemented as nsISupportsDouble.

Definition at line 49 of file ngIEqualizerPreset.idl.


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