AudioVolumeMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AudioVolumeMode extends System.Enum
Constants which define audio volume.
Fields
Field | Description |
---|---|
Mixed | |
Mute | Zero sound volume. |
Low | Low sound volume. |
Medium | Medium sound volume. |
Loud | Loud sound volume. |
Mixed
public static final int Mixed
Mute
public static final int Mute
Zero sound volume.
Low
public static final int Low
Low sound volume.
Medium
public static final int Medium
Medium sound volume.
Loud
public static final int Loud
Loud sound volume.