Class VolumeChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides data for the Changed event.
public class VolumeChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args VolumeChanged Event Args
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 |
---|---|
Audio |
The sound type that volume is changed. |