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

FieldDescription
Mixed
MuteZero sound volume.
LowLow sound volume.
MediumMedium sound volume.
LoudLoud 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.