Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
public class EqualizerBand
- Inheritance
-
Properties
Declaration
public int Frequency { get; }
Property Value
Declaration
public int FrequencyRange { get; }
Property Value
View Source
Sets or gets the gain for the equalizer band.
Declaration
public int Level { get; set; }
Property Value
Exceptions
| Type |
Condition |
| System.ObjectDisposedException |
The player that this EqualizerBand belongs to has already been disposed of.
|
| System.ArgumentOutOfRangeException |
value is not inside of BandLevelRange.
|