AudioObjectProperties.Balance Property
Gets or sets the stereo balance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the stereo balance. Values range from -1000 to 1000. |
Remarks
The zero value indicates that the audio plays at equal volume on both left and right channels. A value of -1000 indicates that audio plays only on the left channel. A value of 1000 indicates that audio plays only on the right channel.
See Also