stopAudioOutputOnMute
Set this property to true to make audio output thread automatically stop when device media volume is set to 0 and to start it again when volume is not 0.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
public static bool stopAudioOutputOnMute { get; set; }
Remarks
Default value is false.
Note: Setting this property to true when device media volume is 0 stops audio output thread. Setting it to false when audio output thread is stopped starts this thread.