This documentation is archived and is not being maintained.
PromptVolume Enumeration
Visual Studio 2010
Enumerates values for volume levels (loudness) in prompts.
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(PromptVolume) constructor, by the AppendText(String, PromptVolume) method, and by the StartStyle(PromptStyle) method to specify the volume level for spoken text. The Volume property gets the volume for a PromptStyle object using a PromptVolume instance.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: