代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.js
/*
* Copyright (c) 2001-2007, TIBCO Software Inc.
* Use, modification, and distribution subject to terms of license.
*/
jsx3.require("jsx3.gui.Painted","jsx3.gui.Interactive");jsx3.Class.define
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/sound.h
// Purpose: wxSound class
// Author: Julian Smart
// Modified by:
// Created:
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/palmos/sound.h
// Purpose: wxSound class
// Author: William Osborne - minimal working wxPal
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: sound.h
// Purpose: wxSound class
// Author: Julian Smart, Vaclav Slavik
// Modified by:
//
sound.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/sound.h
// Purpose: wxSoundBase class
// Author: Vaclav Slavik
// Modified by:
// Created
sound.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: sound.cpp
// Purpose: wxSound
// Author: Julian Smart
// Modified by: 2005-07-29: Vadim Zeitl
sound.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: src/palmos/sound.cpp
// Purpose: wxSound
// Author: William Osborne - minimal working wxPalmOS
sound.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: sound.cpp
// Purpose: wxSound
// Author: Marcel Rasche, Vaclav Slavik
// Modified by:
// Cre
sound.java
package kyodai;
import java.io.*;
import javax.sound.sampled.*;
import java.net.*;
/**
* 控制音乐特效
*/
public class Sound implements Runnable {
String currentName;
Object currentSound;
sound.c
/*----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
*--------------------------------------------------------