Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Deprecated old createOutputStream
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokazio committed Nov 22, 2015
1 parent ecaecd5 commit a5dad4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/urish/openal/Source.java
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,9 @@ public void setVelocity(Tuple3F velocity) throws ALException {
* @param format
* @return
* @throws ALException
* @deprecated use createOutputStream with number/size of buffers
*/
@Deprecated
public SourceBufferedOutputStream createOutputStream(AudioFormat format) throws ALException {
return new SourceBufferedOutputStream(new SourceOutputStream(al, this, format), STREAMING_BUFFER_SIZE);
}
Expand Down

0 comments on commit a5dad4c

Please sign in to comment.