Class AudioVolume
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides the ability to control the volume levels.
public class AudioVolume
- Inheritance
-
objectAudio
Volume
Properties
View SourceCurrentPlaybackType
Gets the volume type of the sound being currently played.
Declaration
public AudioVolumeType CurrentPlaybackType { get; }
Property Value
Type | Description |
---|---|
Audio |
The volume type of the sound being currently played. |
See Also
View SourceLevel
Gets the Volume
Declaration
public VolumeLevel Level { get; }
Property Value
Type | Description |
---|---|
Volume |
The Volume |
See Also
View SourceMaxLevel
Gets the Max
Declaration
public MaxVolumeLevel MaxLevel { get; }
Property Value
Type | Description |
---|---|
Max |
The Max |
See Also
Events
View SourceChanged
Occurs when the volume level is changed.
Declaration
public event EventHandler<VolumeChangedEventArgs> Changed
Event Type
Type | Description |
---|---|
System. |