Class EqualizerBand

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
3

Represents an equalizer band of AudioEffect.

C#
Copy
public class EqualizerBand
Inheritance
EqualizerBand

Properties

View Source

Frequency

Gets the frequency in the dB.

Declaration
C#
Copy
public int Frequency { get; }
Property Value
Type Description
System.Int32
API Level: 3
View Source

FrequencyRange

Gets the frequency range in the dB.

Declaration
C#
Copy
public int FrequencyRange { get; }
Property Value
Type Description
System.Int32
API Level: 3
View Source

Level

Sets or gets the gain for the equalizer band.

Declaration
C#
Copy
public int Level { get; set; }
Property Value
Type Description
System.Int32
Exceptions
Type Condition
ObjectDisposedException

The player that this EqualizerBand belongs to has already been disposed of.

ArgumentOutOfRangeException

value is not inside of BandLevelRange.

API Level: 3