VideoObjectProperties.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 -100 to 100. |
Remarks
The value zero indicates that the audio plays at equal volume on both left and right channels. A value of -100 indicates that audio plays only on the left channel. A value of 100 indicates that audio plays only on the right channel.
See Also