|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ASIODataLine in com.groovemanager.spi.asio |
---|
Fields in com.groovemanager.spi.asio declared as ASIODataLine | |
---|---|
private ASIODataLine[] |
ASIOMixer.activeLines
Lines that have been opened simultanously and must be started and stopped simultaneously. |
(package private) ASIODataLine |
ASIOClockSourceControl.dataLine
The ASIODataLine to which this Control belongs |
Fields in com.groovemanager.spi.asio with type parameters of type ASIODataLine | |
---|---|
private HashMap<String,ASIODataLine> |
ASIOMixer.allLines
The lines associated to this mixer |
private ArrayList<ASIODataLine> |
ASIOMixer.linesToSync
Lines that have to be opened simultaneously. |
Methods in com.groovemanager.spi.asio that return ASIODataLine | |
---|---|
ASIODataLine |
ASIOMixer.getLine(Line.Info info)
|
ASIODataLine[] |
ASIOMixer.getSourceLines()
|
ASIODataLine[] |
ASIOMixer.getTargetLines()
|
Methods in com.groovemanager.spi.asio with parameters of type ASIODataLine | |
---|---|
(package private) void |
ASIOMixer.closeLine(ASIODataLine line,
long seq)
Request from an ASIODataLine to be closed |
(package private) void |
ASIOMixer.openLine(ASIODataLine line)
A request from an ASIOdataLine to be opened with default buffersize |
(package private) void |
ASIOMixer.openLine(ASIODataLine line,
int buffersize)
A request from an ASIODataLine to be opened with the given buffersize |
private void |
ASIOMixer.prepare(ASIODataLine[] lines,
int buffersize)
Prepare all Lines, buffers etc. for being able to start. |
(package private) void |
ASIOMixer.startLine(ASIODataLine line)
A request from an ASIODataLine to be started |
(package private) void |
ASIOMixer.stopLine(ASIODataLine line)
Request from an ASIODataLine to be stopped |
Constructors in com.groovemanager.spi.asio with parameters of type ASIODataLine | |
---|---|
ASIOClockSourceControl(ASIODataLine line)
Constructs a new ASIOClockSourceControl for the given ASIODataLine with "internal" as the only selectable option. |
|
ASIOClockSourceControl(ASIODataLine line,
ASIOClockSource[] sources)
Constructs a new ASIOClockSourceControl for the given ASIODataLine with the given sources as selectable options |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |