SoundLevel Enum

Definition

Specifies the sound level of the capture or render stream.

public enum class SoundLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SoundLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SoundLevel
var value = Windows.Media.SoundLevel.muted
Public Enum SoundLevel
Inheritance
SoundLevel
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Full 2

The sound level is at full volume.

Low 1

The sound level is low.

Muted 0

The sound level is muted.

Remarks

The sound level of an application applies to the state of its capture and render streams.

Applies to

See also