AudioMixerSettings

@Serializable
data class AudioMixerSettings(val isMuted: Boolean = false)

Constraints on the audio mixier settings.

Constructors

Link copied to clipboard
constructor(isMuted: Boolean = false)

Properties

Link copied to clipboard

Specifies the muted that indicates whether the audio output is muted.