Class MaxVolumeLevel
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
Provides a means to get max volume levels.
C#Copypublic class MaxVolumeLevel
- Inheritance
-
System.ObjectMaxVolumeLevel
Properties
Declaration
C#Copypublic int this[AudioVolumeType type] { get; }
Parameters
Type | Name | Description |
---|---|---|
AudioVolumeType | type | The AudioVolumeType to query. |
Property Value
Type | Description |
---|---|
System.Int32 | The maximum volume level. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.ArgumentOutOfRangeException |
|