1 | static SourceDataLine javaSound_outputLine(AudioFormat format, int internalBufferSize) ctex {
|
2 | DataLine.Info sourceInfo = new DataLine.Info(SourceDataLine.class, format, internalBufferSize); |
3 | SourceDataLine out = cast AudioSystem.getLine(sourceInfo); |
4 | out.open(format, internalBufferSize); |
5 | ret out; |
6 | } |
Began life as a copy of #1009290
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016677 |
| Snippet name: | javaSound_outputLine |
| Eternal ID of this version: | #1016677/1 |
| Text MD5: | cf3f41a9cdf6ffa29ed6eb5f1b02435e |
| Author: | stefan |
| Category: | javax / sound |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-27 23:46:07 |
| Source code size: | 310 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 634 / 676 |
| Referenced in: | [show references] |