Package ipsk.audio.io.push
Interface GrowingAudioSource
-
- All Superinterfaces:
AudioSource
- All Known Implementing Classes:
GrowingTempFileAudioSource
public interface GrowingAudioSource extends AudioSource
- Author:
- klausj
-
-
Field Summary
-
Fields inherited from interface ipsk.audio.AudioSource
DATA_FLAVOR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addGrowListener(GrowListener l)
void
removeGrowListener(GrowListener l)
-
Methods inherited from interface ipsk.audio.AudioSource
getAudioInputStream, getFormat, getFrameLength
-
-
-
-
Method Detail
-
addGrowListener
void addGrowListener(GrowListener l)
-
removeGrowListener
void removeGrowListener(GrowListener l)
-
-