Class StageAudioManager


  • @RequiresApi(api=28)
    public class StageAudioManager
    extends java.lang.Object
    Manages audio settings for all stages.

    Note that the first time you use this class (either to create a StageAudioManager object or to access one of its static methods), you must ensure that you are not asynchronously accessing one of the following classes at the same time: Device, DeviceDiscovery, BroadcastSession or Stage. Otherwise there is a risk of deadlock due to loading the underlying native library.