代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.hrh
// Copyright (c) 2004, Nokia. All rights reserved.
#ifndef __SOUND_HRH__
#define __SOUND_HRH__
// Sound enumerate command codes
enum TSoundCommands
{
ESoundCmdPlay=100,
//
sound.rsg
#define R_SOUND_MENUBAR 0x5e1d5004
#define R_SOUND_MENU 0x5e1d5005
#define R_SOUN_MODE_PLAYER 0x5e1d5006
sound.cpp
/* Copyright (c) 2004, Nokia. All rights reserved */
// INCLUDE FILES
#include "SoundApp.h"
// ========================== OTHER EXPORTED FUNCTIONS =========================
// ----------
sound.mmp
// Copyright (c) 2004, Nokia. All rights reserved.
TARGET sound.app
TARGETTYPE app
UID 0x100039ce
sound.asm
EXTRN GENSOUND:FAR
PUBLIC MUSIC
STACK SEGMENT PARA STACK 'STACK'
DB 64 DUP ('STACK')
STACK ENDS
DATA SEGMENT PARA 'DATA'
MUS_FREQ DW 330, 294, 262, 294, 3 DUP (
sound.cpp
// DirectSound.cpp: implementation of the CDirectSound class.
//
//////////////////////////////////////////////////////////////////////
#include "Sound.h"
#include "wavread.h"
#define SAFE_RE
sound.h
// DirectSound.h: interface for the CDirectSound class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIRECTSOUND_H__07C9F9E1_E0C6_11D3_B12A_9C25C7091