コード例 #1
0
ファイル: AudioSource.java プロジェクト: edufolly/minim-java
 /** Closes the <code>AudioStream</code> this was constructed with. */
 public void close() {
   stream.close();
 }