PromptVolume Enumeration
.NET Framework 4.5
Enumerates values for volume levels (loudness) in prompts.
Namespace: System.Speech.Synthesis
Assembly: System.Speech (in System.Speech.dll)
| Member name | Description | |
|---|---|---|
| NotSet | Indicates that the volume level is not set. | |
| Silent | Indicates a muted volume level. | |
| ExtraSoft | Indicates an extra soft volume level. | |
| Soft | Indicates a soft volume level. | |
| Medium | Indicates a medium volume level. | |
| Loud | Indicates a loud volume level. | |
| ExtraLoud | Indicates an extra loud volume level. | |
| Default | Indicates the engine-specific default volume level. |
Members of the PromptVolume enumeration are used by the PromptStyle constructor, by the AppendText method, and by the StartStyle method to specify the volume level for spoken text. The Volume property gets the volume for a PromptStyle object using a PromptVolume instance.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.