1 | import javax.sound.sampled.*; |
2 | |
3 | static void javaSound_listMixers() { |
4 | print("Available Mixers:"); |
5 | Mixer.Info[] aInfos = AudioSystem.getMixerInfo(); |
6 | for (int i = 0; i < aInfos.length; i++) |
7 | print(aInfos[i].getName()); |
8 | if (aInfos.length == 0) |
9 | print("[No mixers available]"); |
10 | } |
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: | #1009284 |
Snippet name: | javaSound_listMixers |
Eternal ID of this version: | #1009284/3 |
Text MD5: | a016344171ce0c254319ce0d30cd681d |
Author: | stefan |
Category: | javax / sound |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-09-12 13:45:36 |
Source code size: | 296 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 471 / 518 |
Version history: | 2 change(s) |
Referenced in: | [show references] |