Package ipsk.audio
Class ChannelGroupLocator
- java.lang.Object
-
- ipsk.audio.ChannelGroupLocator
-
public class ChannelGroupLocator extends java.lang.Object
- Author:
- klausj
-
-
Constructor Summary
Constructors Constructor Description ChannelGroupLocator(javax.sound.sampled.Mixer device, int channelOffset)
ChannelGroupLocator(javax.sound.sampled.Mixer device, ChannelRouting channelRouting)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChannelOffset()
ChannelRouting
getChannelRouting()
javax.sound.sampled.Mixer
getDevice()
-
-
-
Constructor Detail
-
ChannelGroupLocator
public ChannelGroupLocator(javax.sound.sampled.Mixer device, int channelOffset)
- Parameters:
device
-channelOffset
-
-
ChannelGroupLocator
public ChannelGroupLocator(javax.sound.sampled.Mixer device, ChannelRouting channelRouting)
- Parameters:
device
-channelRouting
-
-
-
Method Detail
-
getDevice
public javax.sound.sampled.Mixer getDevice()
- Returns:
- the device
-
getChannelOffset
public int getChannelOffset()
- Returns:
- the channelOffset
-
getChannelRouting
public ChannelRouting getChannelRouting()
- Returns:
- the channelRouting
-
-