Class EqualizerBand
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Represents an equalizer band of AudioEffect.
public class EqualizerBand
- Inheritance
-
objectEqualizerBand
Properties
View SourceFrequency
Gets the frequency in the dB.
Declaration
public int Frequency { get; }
Property Value
Type | Description |
---|---|
int |
FrequencyRange
Gets the frequency range in the dB.
Declaration
public int FrequencyRange { get; }
Property Value
Type | Description |
---|---|
int |
Level
Sets or gets the gain for the equalizer band.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.ObjectDisposedException | The player that this EqualizerBand belongs to has already been disposed of. |
System.ArgumentOutOfRangeException |
|