Class EqualizerBand
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
Represents an equalizer band of AudioEffect.
public class EqualizerBand
- Inheritance
-
EqualizerBand
Properties
View SourceFrequency
Gets the frequency in dB.
Declaration
public int Frequency { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotAvailableException | If audio offload is enabled by calling IsEnabled. (Since tizen 6.0) |
API Level: 3
View SourceFrequencyRange
Gets the frequency range in dB.
Declaration
public int FrequencyRange { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotAvailableException | If audio offload is enabled by calling IsEnabled. (Since tizen 6.0) |
API Level: 3
View SourceLevel
Sets or gets the gain for the equalizer band.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
ObjectDisposedException | The player that this EqualizerBand belongs to has already been disposed of. |
ArgumentOutOfRangeException |
|
NotAvailableException | If audio offload is enabled by calling IsEnabled. (Since tizen 6.0) |