代码搜索结果

找到约 10,000 项符合 Sound 的代码

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

/* Definitions used by /dev/audio and /dev/mixer. * * Feb 13 1995 Author: Michel R. Prevenier */ #ifndef SOUND_H #define SOUND_H /* ------- Mixer stuff ------- */ /* Available devices */ enu

sound.xpm

/* XPM */ static const char * sound_xpm[] = { "16 16 121 2", " c None", ". c #939CA9", "+ c #89919F", "@ c #A6AEBA", "# c #99A0AC", "$ c #5B6576", "% c #1A202C", "& c #1E283A", "* c #141F32"

sound.xpm

/* XPM */ static const char * sound_xpm[] = { "16 16 121 2", " c None", ". c #939CA9", "+ c #89919F", "@ c #A6AEBA", "# c #99A0AC", "$ c #5B6576", "% c #1A202C", "& c #1E283A", "* c #141F32"

sound.cpp

// Sound.cpp: implementation of the CSound class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Sound.h" #include "SoundItem.h" #inclu

sound.h

// Sound.h: interface for the CSound class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SOUND_H__A1029C72_F3F7_42D1_A178_C0AC2139F3A0__INCLUDED_) #

sound.cpp

// Sound.cpp: implementation of the CSound class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Sound.h" #include "SoundItem.h" #inclu

sound.h

// Sound.h: interface for the CSound class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SOUND_H__A1029C72_F3F7_42D1_A178_C0AC2139F3A0__INCLUDED_) #

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. */ #define SND_DEV_CTL 0 /* Control port /dev/mixer */ #define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM synthesizer and MIDI output) */