代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.html
Mappy VM SDK - Sound
sound.cpp
// Sound.cpp: Implementierung der Klasse CSound.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Sound.h"
/////////////////////////////
sound.h
// Sound.h: Schnittstelle f黵 die Klasse CSound.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SOUND_H__407639E3_A223_11D1_8F4C_907673C10500__INCLUDED_
sound.cpp
#include "StdAfx.h"
#include ".\sound.h"
#include
HANDLE g_hldfSoundThId = NULL; // 读取文件线程的句柄
DWORD g_dwldfSoundID = 0; // 线程ID
SoundObj g_arSound[255];
DWORD WINAPI LDSOUND(LPVOID
sound.h
#pragma once
#include
//#include
#define BLOCK_SIZE 8192
#define BLOCK_COUNT 16
#define PGE_OGG 0
#define PGE_WAVE 1
enum PGE_SOUND_FILE_STAT
{
PGE_NONEFILE = 0,
sound.vhd
--