public class ChannelSensitivity
extends java.lang.Object
Constructor and Description |
---|
ChannelSensitivity() |
ChannelSensitivity(ChannelImpl channel,
float overallGain,
float frequency,
UnitImpl inputUnits) |
Modifier and Type | Method and Description |
---|---|
static ChannelSensitivity |
createNonChannelSensitivity(ChannelImpl chan) |
ChannelImpl |
getChannel() |
int |
getDbid() |
float |
getFrequency() |
UnitImpl |
getInputUnits() |
float |
getOverallGain() |
static boolean |
isNonChannelSensitivity(ChannelSensitivity sensitivity) |
protected void |
setChannel(ChannelImpl channel) |
protected void |
setDbid(int dbid) |
protected void |
setFrequency(float frequency) |
protected void |
setInputUnits(UnitImpl inputUnits) |
protected void |
setOverallGain(float overallGain) |
public ChannelSensitivity()
public ChannelSensitivity(ChannelImpl channel, float overallGain, float frequency, UnitImpl inputUnits)
public ChannelImpl getChannel()
public float getOverallGain()
public float getFrequency()
public UnitImpl getInputUnits()
protected void setChannel(ChannelImpl channel)
protected void setOverallGain(float overallGain)
protected void setFrequency(float frequency)
protected void setInputUnits(UnitImpl inputUnits)
public int getDbid()
protected void setDbid(int dbid)
public static boolean isNonChannelSensitivity(ChannelSensitivity sensitivity)
public static ChannelSensitivity createNonChannelSensitivity(ChannelImpl chan)