5 references to Volume
Microsoft.Maui.Essentials (5)
TextToSpeech\TextToSpeech.ios.tvos.watchos.cs (2)
41 if (options.Volume.HasValue) 42 speechUtterance.Volume = options.Volume.Value;
TextToSpeech\TextToSpeech.shared.cs (3)
161 if (options?.Volume.HasValue ?? false) 163 if (options.Volume.Value < VolumeMin || options.Volume.Value > VolumeMax)