public class

SoftMixingMainMixer

extends Object
java.lang.Object
   ↳ com.sun.media.sound.SoftMixingMainMixer

Class Overview

Main mixer for SoftMixingMixer.

Summary

Constants
int CHANNEL_CHANNELMIXER_LEFT
int CHANNEL_CHANNELMIXER_RIGHT
int CHANNEL_EFFECT1
int CHANNEL_EFFECT2
int CHANNEL_EFFECT3
int CHANNEL_EFFECT4
int CHANNEL_LEFT
int CHANNEL_LEFT_DRY
int CHANNEL_RIGHT
int CHANNEL_RIGHT_DRY
int CHANNEL_SCRATCH1
int CHANNEL_SCRATCH2
Public Constructors
SoftMixingMainMixer(SoftMixingMixer mixer)
Public Methods
void close()
void closeLine(SoftMixingDataLine line)
AudioInputStream getInputStream()
SoftMixingDataLine[] getOpenLines()
void openLine(SoftMixingDataLine line)
Protected Methods
void processAudioBuffers()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CHANNEL_CHANNELMIXER_LEFT

Constant Value: 14 (0x0000000e)

public static final int CHANNEL_CHANNELMIXER_RIGHT

Constant Value: 15 (0x0000000f)

public static final int CHANNEL_EFFECT1

Constant Value: 2 (0x00000002)

public static final int CHANNEL_EFFECT2

Constant Value: 3 (0x00000003)

public static final int CHANNEL_EFFECT3

Constant Value: 4 (0x00000004)

public static final int CHANNEL_EFFECT4

Constant Value: 5 (0x00000005)

public static final int CHANNEL_LEFT

Constant Value: 0 (0x00000000)

public static final int CHANNEL_LEFT_DRY

Constant Value: 10 (0x0000000a)

public static final int CHANNEL_RIGHT

Constant Value: 1 (0x00000001)

public static final int CHANNEL_RIGHT_DRY

Constant Value: 11 (0x0000000b)

public static final int CHANNEL_SCRATCH1

Constant Value: 12 (0x0000000c)

public static final int CHANNEL_SCRATCH2

Constant Value: 13 (0x0000000d)

Public Constructors

public SoftMixingMainMixer (SoftMixingMixer mixer)

Public Methods

public void close ()

public void closeLine (SoftMixingDataLine line)

public AudioInputStream getInputStream ()

public SoftMixingDataLine[] getOpenLines ()

public void openLine (SoftMixingDataLine line)

Protected Methods

protected void processAudioBuffers ()