com.frinika.sequencer.model.audio
Interface XAudioProcess

All Superinterfaces:
uk.org.toot.audio.core.AudioProcess

public interface XAudioProcess
extends uk.org.toot.audio.core.AudioProcess


Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Method Summary
 int getChannels()
           
 int getLengthInFrames()
           
 void seekFrame(long i, boolean b)
           
 
Methods inherited from interface uk.org.toot.audio.core.AudioProcess
close, open, processAudio
 

Method Detail

seekFrame

void seekFrame(long i,
               boolean b)
               throws java.io.IOException
Throws:
java.io.IOException

getChannels

int getChannels()

getLengthInFrames

int getLengthInFrames()