Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
Provides the ability to control the audio effects for Player.
- Inheritance
-
Properties
View Source
Gets the band level range of the bands in the dB.
Declaration
public Range BandLevelRange { get; }
Property Value
API Level: 3
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
View Source
Gets the value whether the AudioEffect is available or not.
Declaration
public bool IsAvailable { get; }
Property Value
API Level: 3
Declaration
public EqualizerBand this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
The index of the band to get.
|
Property Value
Exceptions
API Level: 3
View Source
Gets the player that this AudioEffect belongs to.
Declaration
public Player Player { get; }
Property Value
API Level: 3
Methods
Declaration
Exceptions
API Level: 3