Class AudioVolume
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
Provides the ability to control the volume levels.
C#Copypublic class AudioVolume
- Inheritance
-
System.ObjectAudioVolume
Properties
Declaration
C#Copypublic AudioVolumeType CurrentPlaybackType { get; }
Property Value
Type | Description |
---|---|
AudioVolumeType | The volume type of the sound being currently played. |
API Level: 3
Declaration
C#Copypublic VolumeLevel Level { get; }
Property Value
Type | Description |
---|---|
VolumeLevel | The VolumeLevel. |
API Level: 3
Declaration
C#Copypublic MaxVolumeLevel MaxLevel { get; }
Property Value
Type | Description |
---|---|
MaxVolumeLevel | The MaxVolumeLevel. |
API Level: 3
Events
Declaration
C#Copypublic event EventHandler<VolumeChangedEventArgs> Changed
Event Type
Type | Description |
---|---|
System.EventHandler<VolumeChangedEventArgs> |