代码搜索:AudioPlayer

找到约 842 项符合「AudioPlayer」的源代码

代码结果 842
www.eeworm.com/read/432926/1886173

pde beatlistener.pde

class BeatListener implements AudioListener { private BeatDetect beat; private AudioPlayer source; BeatListener(BeatDetect beat, AudioPlayer source) { this.source = source; this.sou
www.eeworm.com/read/397826/2399801

java playcommand.java

package com.javapatterns.command.audioplayer; /** * This class plays the role of Concrete Command */ public class PlayCommand implements Command { private AudioPlayer myAudio; public
www.eeworm.com/read/397826/2399806

java rewindcommand.java

package com.javapatterns.command.audioplayer; /** * This class plays the role of Concrete Command */ public class RewindCommand implements Command { private AudioPlayer myAudio; publ
www.eeworm.com/read/392558/2494731

java playcommand.java

package com.javapatterns.command.audioplayer; /** * This class plays the role of Concrete Command */ public class PlayCommand implements Command { private AudioPlayer myAudio; public
www.eeworm.com/read/392558/2494736

java rewindcommand.java

package com.javapatterns.command.audioplayer; /** * This class plays the role of Concrete Command */ public class RewindCommand implements Command { private AudioPlayer myAudio; publ
www.eeworm.com/read/155118/11898070

h audio_cap_thread.h

/////////////////////////////////////////////////////// // FileName: audio_cap_thread.h // Author: b1gm0use // Project: myvideo #ifndef _AUDIO_CAP_THREAD_H_ #define _AUDIO_CAP_THREAD_H_ #include
www.eeworm.com/read/335434/12524070

h audio_cap_thread.h

/////////////////////////////////////////////////////// // FileName: audio_cap_thread.h // Author: b1gm0use // Project: myvideo #ifndef _AUDIO_CAP_THREAD_H_ #define _AUDIO_CAP_THREAD_H_ #include
www.eeworm.com/read/243866/4518856

java playcommand.java

package com.javapatterns.command.audioplayer2; /** * This class plays the role of Concrete Command */ public class PlayCommand implements Command { private AudioPlayer myAudio; publi
www.eeworm.com/read/243866/4518861

java rewindcommand.java

package com.javapatterns.command.audioplayer2; /** * This class plays the role of Concrete Command */ public class RewindCommand implements Command { private AudioPlayer myAudio; pub
www.eeworm.com/read/240529/4573044

java playcommand.java

package com.javapatterns.command.audioplayer2; /** * This class plays the role of Concrete Command */ public class PlayCommand implements Command { private AudioPlayer myAudio; publi