AudioVolumeSetParams
Namespace: Busy.Bar
Silent: 0 plays the volume-change sound (default), 1 stays silent.
public sealed record class AudioVolumeSetParams : System.IEquatable`1[[Busy.Bar.AudioVolumeSetParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → AudioVolumeSetParams
Implements IEquatable<AudioVolumeSetParams>
Attributes NullableContextAttribute, NullableAttribute
Properties
Volume
public double Volume { get; init; }
Property Value
Silent
public int? Silent { get; init; }
Property Value
Constructors
AudioVolumeSetParams(Double, Int32?)
Silent: 0 plays the volume-change sound (default), 1 stays silent.
public AudioVolumeSetParams(double Volume, int? Silent = null)
Parameters
Volume Double
Silent Int32?