jlscp
v0.8

Uses of Class
org.linuxsampler.lscp.BufferFill

Packages that use BufferFill
org.linuxsampler.lscp Provides classes for retrieving information and configuring LinuxSampler instance. 
org.linuxsampler.lscp.event Provides interfaces and classes for handling events send by LinuxSampler instance. 
 

Uses of BufferFill in org.linuxsampler.lscp
 

Methods in org.linuxsampler.lscp that return types with arguments of type BufferFill
 java.util.Vector<BufferFill> Client.getChannelBufferFillBytes(int samplerChn)
          Gets the current fill state of all disk streams on the specified sampler channel in bytes.
 java.util.Vector<BufferFill> Client.getChannelBufferFillPercentage(int samplerChn)
          Gets the current fill state of all disk streams on the specified sampler channel in percent.
 

Uses of BufferFill in org.linuxsampler.lscp.event
 

Methods in org.linuxsampler.lscp.event that return types with arguments of type BufferFill
 java.util.Vector<BufferFill> BufferFillEvent.getChannelBufferFillPercentage()
          Gets the new fill state of all disk streams in percent.
 

Constructor parameters in org.linuxsampler.lscp.event with type arguments of type BufferFill
BufferFillEvent(java.lang.Object source, int samplerChn, java.util.Vector<BufferFill> fills)
          Constructs a BufferFillEvent object.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.