AudioOptions.MaxTracks Property
Definition¶
Namespace: Brine2D.Audio
Gets or sets the maximum number of concurrent sound-effect tracks. Up to two additional tracks are reserved internally for music playback (one active + one crossfade), so these do not count against this limit. Must be between 1 and 32. Defaults to 8.
public int MaxTracks { get; set; }