blob: bb5b9e45dd05dbd66214578274c32f5247455c5c [file] [log] [blame]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.jme3.audio;
/**
*
* @author Nehon
*/
public interface SeekableStream{
public void setTime(float time);
}