代码搜索结果

找到约 12,685 项符合 Sound 的代码

sound.js

/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.air.Sound * * @singleton */ Ext.air.Sou

sound.h

/* * Minor numbers for the sound driver. */ #include #define SND_DEV_CTL 0 /* Control port /dev/mixer */ #define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM synthesi

sound.h

/* * Minor numbers for the sound driver. */ #include #define SND_DEV_CTL 0 /* Control port /dev/mixer */ #define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM synthesi

sound.h

/* * Minor numbers for the sound driver. */ #include #define SND_DEV_CTL 0 /* Control port /dev/mixer */ #define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM synthesi

sound.java

import java.applet.Applet; import java.applet.AudioClip; import javax.swing.*; import java.awt.*; import java.net.*; import java.awt.event.*; public class Sound extends JFrame implements Runnab

sound.h

/* * sound.h * * Sound class. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License

sound.xst

set -tmpdir __projnav set -xsthdpdir ./xst run -ifn sound.prj -ifmt mixed -ofn sound -ofmt NGC -p xc3s400-4-pq208 -top sound -opt_mode Speed -opt_level 1 -iuc NO -lso sound.lso -keep_hier

sound.java

package kyodai; import java.io.*; import javax.sound.sampled.*; import java.net.*; /** * 控制音乐特效 */ public class Sound implements Runnable { String currentName; Object currentSound;

sound-faq

bttv and sound mini howto ========================= There are alot of different bt848/849/878/879 based boards available. Making video work often is not a big deal, because this is handled completel

sound.h

///////////////////////////////////////////////////////////////////////////// // Name: wx/msw/sound.h // Purpose: wxSound class // Author: Julian Smart // Modified by: // Created: