Skip to main content
A newer version of this page is available. .
Tab

AudioObjectProperties.Volume Property

Gets or sets the current playback volume.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-600)]
public override int Volume { get; set; }

Property Value

Type Default Description
Int32 -600

An integer value that specifies the volume level (from -10000 to 0).

Remarks

A value of -10000 specifies no volume (muted). A value of 0 specifies the full volume.

See Also