|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tritonus.share.sampled.mixer.TLine
org.tritonus.share.sampled.mixer.TDataLine
org.tritonus.share.sampled.mixer.TBaseDataLine
public abstract class TBaseDataLine
Base class for implementing SourceDataLine or TargetDataLine.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.sound.sampled.DataLine |
|---|
DataLine.Info |
| Constructor Summary | |
|---|---|
TBaseDataLine(TMixer mixer,
DataLine.Info info)
|
|
TBaseDataLine(TMixer mixer,
DataLine.Info info,
java.util.Collection<Control> controls)
|
|
| Method Summary | |
|---|---|
void |
open(AudioFormat format)
|
void |
open(AudioFormat format,
int nBufferSize)
|
| Methods inherited from class org.tritonus.share.sampled.mixer.TDataLine |
|---|
getBufferSize, getFormat, getFramePosition, getLevel, getLongFramePosition, getMicrosecondPosition, isActive, isRunning, start, stop |
| Methods inherited from class org.tritonus.share.sampled.mixer.TLine |
|---|
addLineListener, close, getControl, getControls, getLineInfo, isControlSupported, isOpen, open, removeLineListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.sound.sampled.DataLine |
|---|
available, drain, flush |
| Methods inherited from interface javax.sound.sampled.Line |
|---|
addLineListener, close, getControl, getControls, getLineInfo, isControlSupported, isOpen, open, removeLineListener |
| Constructor Detail |
|---|
public TBaseDataLine(TMixer mixer,
DataLine.Info info)
public TBaseDataLine(TMixer mixer,
DataLine.Info info,
java.util.Collection<Control> controls)
| Method Detail |
|---|
public void open(AudioFormat format,
int nBufferSize)
throws LineUnavailableException
LineUnavailableException
public void open(AudioFormat format)
throws LineUnavailableException
LineUnavailableException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||