Class VolumeChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
Provides data for the Changed event.
C#Copypublic class VolumeChangedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic int Level { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The new volume level. |
API Level: 3
Declaration
C#Copypublic AudioVolumeType Type { get; }
Property Value
Type | Description |
---|---|
AudioVolumeType | The sound type that volume is changed. |