2 references to VolumeMin
Microsoft.Maui.Essentials (2)
TextToSpeech\TextToSpeech.shared.cs (2)
163 if (options.Volume.Value < VolumeMin || options.Volume.Value > VolumeMax) 164 throw new ArgumentOutOfRangeException($"Volume must be >= {VolumeMin} and <= {VolumeMax}");