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

VideoObjectProperties.Rate Property

Gets or sets the current playback rate for the video.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(decimal), "1.0")]
public virtual decimal Rate { get; set; }

Property Value

Type Default Description
Decimal "1.0"

A Double value that specifies the playback rate.

Remarks

The Rate property enables you to play a media object at a faster or slower rate.

See Also