import javax.sound.sampled.*; static L<Mixer> inputAudioDevices() { ret [Mixer m : listAudioDevices() | isInputAudioDevice(m)]; }
Began life as a copy of #1007013
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007016 |
| Snippet name: | inputAudioDevices - list input-capable audio devices as Mixer instances |
| Eternal ID of this version: | #1007016/4 |
| Text MD5: | 2c20846d45a2deffc1ae50cc9b309cd1 |
| Author: | stefan |
| Category: | javax / audio |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-02-25 15:51:07 |
| Source code size: | 136 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 685 / 722 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |