org.alchemy.core
Interface AlcMicInterface


public interface AlcMicInterface

Interface to return calls from AlcMicInput when the buffer is full
To get these calls AlcMicInput must be constructed as so:

  public AlcMicInput(AlcMicInterface parent, int bufferSize) {}
  


Method Summary
 void microphoneEvent()
           
 

Method Detail

microphoneEvent

void microphoneEvent()