Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1009285 // javaSound_getMixerInfo

JavaX fragment (include)

static Mixer.Info javaSound_getMixerInfo(String strMixerName) {
	Mixer.Info[]	aInfos = AudioSystem.getMixerInfo();
	for (int i = 0; i < aInfos.length; i++)
		if (aInfos[i].getName().equals(strMixerName))
			ret aInfos[i];
	null;
}

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: #1009285
Snippet name: javaSound_getMixerInfo
Eternal ID of this version: #1009285/1
Text MD5: 13460d1d57d90e88e0053e1e85b39bf2
Author: stefan
Category: javax / sound
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-21 01:28:33
Source code size: 236 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 379 / 420
Referenced in: [show references]