jlscp
v0.8

Uses of Class
org.linuxsampler.lscp.AudioOutputChannel

Packages that use AudioOutputChannel
org.linuxsampler.lscp Provides classes for retrieving information and configuring LinuxSampler instance. 
 

Uses of AudioOutputChannel in org.linuxsampler.lscp
 

Methods in org.linuxsampler.lscp that return AudioOutputChannel
 AudioOutputChannel AudioOutputDevice.getAudioChannel(int index)
          Gets the audio output channel at the specified index.
 AudioOutputChannel[] AudioOutputDevice.getAudioChannels()
          Gets the current non-null list of audio channels this device offers.
 AudioOutputChannel Client.getAudioOutputChannelInfo(int deviceId, int audioChn)
          Gets information about an audio channel.
 

Methods in org.linuxsampler.lscp with parameters of type AudioOutputChannel
 void AudioOutputDevice.setAudioChannels(AudioOutputChannel[] channels)
          Sets the current list of audio output channels.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.