Class EqualizerBand
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Represents an equalizer band of AudioEffect.
C#Copypublic class EqualizerBand
- Inheritance
-
objectEqualizerBand
Properties
Declaration
C#Copypublic int Frequency { get; }
Property Value
| Type | Description |
|---|---|
| int |
Exceptions
| Type | Condition |
|---|---|
| NotAvailableException | If audio offload is enabled by calling IsEnabled. (Since tizen 6.0) |
Declaration
C#Copypublic int FrequencyRange { get; }
Property Value
| Type | Description |
|---|---|
| int |
Exceptions
| Type | Condition |
|---|---|
| NotAvailableException | If audio offload is enabled by calling IsEnabled. (Since tizen 6.0) |
Declaration
C#Copypublic 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 |
|
| NotAvailableException | If audio offload is enabled by calling IsEnabled. (Since tizen 6.0) |