Repackaged a few things in media: sounds stuff went into media.sound and

image stuff went into media.image.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2100 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-01-08 04:09:03 +00:00
parent ab915c9633
commit 1ce6951cb6
34 changed files with 75 additions and 85 deletions
@@ -1,7 +1,7 @@
//
// $Id: Mp3Player.java,v 1.3 2002/11/26 02:39:40 ray Exp $
// $Id: Mp3Player.java,v 1.4 2003/01/08 04:09:02 mdb Exp $
package com.threerings.media;
package com.threerings.media.sound;
import java.io.BufferedInputStream;
import java.io.ByteArrayInputStream;
@@ -19,6 +19,7 @@ import javax.sound.sampled.SourceDataLine;
import org.apache.commons.io.StreamUtils;
import com.threerings.media.Log;
import com.threerings.resource.ResourceManager;
/**