Class AudioEffect
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides the ability to control the audio effects for Player.
public class AudioEffect
- Inheritance
-
objectAudio
Effect
Properties
View SourceBandLevelRange
Gets the range of band level in dB.
Declaration
public Range BandLevelRange { get; }
Property Value
Type | Description |
---|---|
Range |
Exceptions
Type | Condition |
---|---|
Not |
If audio offload is enabled by calling Is |
See Also
View SourceCount
Gets the number of items.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
Not |
If audio offload is enabled by calling Is |
See Also
View SourceIsAvailable
Gets the value whether the AudioEffect is available or not.
Declaration
public bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
This function returns the availability of the Audio
If audio offload is enabled by calling Is
Exceptions
Type | Condition |
---|---|
Not |
Depending on the audio codec type, the function is not available. (Since tizen 6.0) |
See Also
View Sourcethis[int]
Gets a Equalizer
Declaration
public EqualizerBand this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the band to get. |
Property Value
Type | Description |
---|---|
Equalizer |
Exceptions
Type | Condition |
---|---|
System. |
The Player has already been disposed of. |
System. |
|
Not |
If audio offload is enabled by calling Is |
Player
Gets the player that this AudioEffect belongs to.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Methods
View SourceClear()
Clears the equalizer effect.
Declaration
public void Clear()
Exceptions
Type | Condition |
---|---|
System. |
The Player has already been disposed of. |
Not |
If audio offload is enabled by calling Is |