API reference
Property LeftToRight
- Namespace
- DisCatSharp.Lavalink.Entities.Filters
- Assembly
- DisCatSharp.Lavalink.dll
LeftToRight
Gets or sets the left to right channel mix factor (0.0 to 1.0 where 0.5 is no effect)
[JsonProperty("leftToRight")]
public Optional<float> LeftToRight { get; set; }