5 references to Volume
Microsoft.Maui.Essentials (5)
TextToSpeech\TextToSpeech.shared.cs (3)
161 if (options?.Volume.HasValue ?? false) 163 if (options.Volume.Value < VolumeMin || options.Volume.Value > VolumeMax)
TextToSpeech\TextToSpeech.uwp.cs (2)
79 if (options?.Volume.HasValue ?? false) 80 volume = (options.Volume.Value * 100f).ToString(CultureInfo.InvariantCulture);