Skip to main content
Tab

QuickTimeObjectProperties.Volume Property

Gets or sets the current playback volume.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(100)]
public int Volume { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the volume level (from -1 to 100).

Remarks

A value of zero specifies no volume (muted). A value of 100 specifies full volume.

See Also