Class VolumeChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the Changed event.
public class VolumeChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsVolumeChangedEventArgs
Properties
View SourceLevel
Gets the new volume level.
Declaration
public int Level { get; }
Property Value
Type | Description |
---|---|
int | The new volume level. |
Type
Gets the sound type that volume is changed.
Declaration
public AudioVolumeType Type { get; }
Property Value
Type | Description |
---|---|
AudioVolumeType | The sound type that volume is changed. |