readme.txt
来自「Windows CE .Net 下面 DIRECT SOUND编程的经典实例。对」· 文本 代码 · 共 25 行
TXT
25 行
//-----------------------------------------------------------------------------
// Copyright (c) 1998-2001 Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
-------------------------------------
Running the DSPlay application
-------------------------------------
The DSPlay application will play a standard wave file (.wav) using DirectSound.
You may also provide a loop count to cause the sound to be looped any number
of times.
Use DSPlay with the following command in the Platform Builder Target Control Window:
s dsplay <wavefile> <optional loop count>
DSPlay will search for the file in the current folder, the \windows folder and
the \release folder. File information will be displayed before the wave file
plays. If no loop count is specified, the sound will only play once.
Example: s dsplay startup.wav
s dsplay \windows\startup.wav 5
s dsplay \release\custom.wav 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?