enableSoundLevel property
getter/setter pair
Enable or disable sound level callback for the task. If enabled, then the remote player can get the sound level of every stream in the inputlist by onAutoMixerSoundLevelUpdate
callback.Description: Enable or disable sound level callback for the task.If enabled, then the remote player can get the sound level of every stream in the inputlist by onAutoMixerSoundLevelUpdate
callback.Use cases: This parameter needs to be configured if user need the sound level information of every stream when an auto stream mixing task started.Required: No.Default value: false
.Recommended value: Set this parameter based on requirements.
Implementation
bool enableSoundLevel;