com.prolixtech.jaminid

Interface MusicStream

public interface MusicStream

Method Summary

Object
clone()
int
getByteSizeForTime(int streamInterval)
long
getPos()
byte[]
readNext(int len)

Method Details

clone

public Object clone()

getByteSizeForTime

public int getByteSizeForTime(int streamInterval)
Parameters:
streamInterval -
Returns:
the a stream segment

getPos

public long getPos()
Returns:
the position of the stream

readNext

public byte[] readNext(int len)