AudioStreamPlayer.MixTarget/mixTarget - multiple declarations

Function AudioStreamPlayer.mixTarget

If the audio configuration has more than two speakers, this sets the target channels. See mixtarget constants.

AudioStreamPlayer.MixTarget mixTarget() nothrow @property @nogc;

void mixTarget (
  long v
) nothrow @property @nogc;

Enum AudioStreamPlayer.MixTarget

enum MixTarget : int { ... }

Enum members

NameDescription
mixTargetCenter The audio will be played on the second channel, which is usually the center.
mixTargetStereo The audio will be played only on the first channel.
mixTargetSurround The audio will be played on all surround channels.