|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ASIOChannelInfo in com.groovemanager.spi.asio |
---|
Fields in com.groovemanager.spi.asio declared as ASIOChannelInfo | |
---|---|
private ASIOChannelInfo |
ASIOLineInfo.cInfo
The ASIOChannelInfo representing this line |
Methods in com.groovemanager.spi.asio that return ASIOChannelInfo | |
---|---|
(package private) static ASIOChannelInfo |
ASIOStaticFunctions.ASIOGetChannelinfo(int channel,
boolean isInput)
Wrapper for ASIOGetChannelInfo() |
(package private) ASIOChannelInfo |
ASIOLineInfo.getChannelInfo()
Get the ASIOChannelInfo that represents this line´s channel |
Methods in com.groovemanager.spi.asio with parameters of type ASIOChannelInfo | |
---|---|
(package private) AudioFormat[] |
ASIOMixer.getAudioFormats(ASIOChannelInfo cInfo)
Get all AudioFormats supported by an ASIODataLine. |
private static Class |
ASIOLineInfo.getLineClass(ASIOChannelInfo cInfo)
get the interface´s class for the super constructor |
Constructors in com.groovemanager.spi.asio with parameters of type ASIOChannelInfo | |
---|---|
ASIOLineInfo(ASIOMixer mixer,
ASIOChannelInfo cInfo,
AudioFormat[] formats,
int minSize,
int maxSize)
Constructs a new ASIOLineInfo object |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |