Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
10c5d277
Commit
10c5d277
authored
Nov 30, 2002
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the 48 and 96kHz WAVE_FORMAT constants.
parent
34e2f87f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
13 deletions
+21
-13
mmsystem.h
include/mmsystem.h
+21
-13
No files found.
include/mmsystem.h
View file @
10c5d277
...
...
@@ -378,19 +378,27 @@ typedef struct {
DECL_WINELIB_TYPE_AW
(
WAVEINCAPS
)
DECL_WINELIB_TYPE_AW
(
LPWAVEINCAPS
)
#define WAVE_INVALIDFORMAT 0x00000000
/* invalid format */
#define WAVE_FORMAT_1M08 0x00000001
/* 11.025 kHz, Mono, 8-bit */
#define WAVE_FORMAT_1S08 0x00000002
/* 11.025 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_1M16 0x00000004
/* 11.025 kHz, Mono, 16-bit */
#define WAVE_FORMAT_1S16 0x00000008
/* 11.025 kHz, Stereo, 16-bit */
#define WAVE_FORMAT_2M08 0x00000010
/* 22.05 kHz, Mono, 8-bit */
#define WAVE_FORMAT_2S08 0x00000020
/* 22.05 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_2M16 0x00000040
/* 22.05 kHz, Mono, 16-bit */
#define WAVE_FORMAT_2S16 0x00000080
/* 22.05 kHz, Stereo, 16-bit */
#define WAVE_FORMAT_4M08 0x00000100
/* 44.1 kHz, Mono, 8-bit */
#define WAVE_FORMAT_4S08 0x00000200
/* 44.1 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_4M16 0x00000400
/* 44.1 kHz, Mono, 16-bit */
#define WAVE_FORMAT_4S16 0x00000800
/* 44.1 kHz, Stereo, 16-bit */
#define WAVE_INVALIDFORMAT 0x00000000
/* invalid format */
#define WAVE_FORMAT_1M08 0x00000001
/* 11.025 kHz, Mono, 8-bit */
#define WAVE_FORMAT_1S08 0x00000002
/* 11.025 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_1M16 0x00000004
/* 11.025 kHz, Mono, 16-bit */
#define WAVE_FORMAT_1S16 0x00000008
/* 11.025 kHz, Stereo, 16-bit */
#define WAVE_FORMAT_2M08 0x00000010
/* 22.05 kHz, Mono, 8-bit */
#define WAVE_FORMAT_2S08 0x00000020
/* 22.05 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_2M16 0x00000040
/* 22.05 kHz, Mono, 16-bit */
#define WAVE_FORMAT_2S16 0x00000080
/* 22.05 kHz, Stereo, 16-bit */
#define WAVE_FORMAT_4M08 0x00000100
/* 44.1 kHz, Mono, 8-bit */
#define WAVE_FORMAT_4S08 0x00000200
/* 44.1 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_4M16 0x00000400
/* 44.1 kHz, Mono, 16-bit */
#define WAVE_FORMAT_4S16 0x00000800
/* 44.1 kHz, Stereo, 16-bit */
#define WAVE_FORMAT_48M08 0x00001000
/* 48 kHz, Mono, 8-bit */
#define WAVE_FORMAT_48S08 0x00002000
/* 48 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_48M16 0x00004000
/* 48 kHz, Mono, 16-bit */
#define WAVE_FORMAT_48S16 0x00008000
/* 48 kHz, Stereo, 16-bit */
#define WAVE_FORMAT_96M08 0x00010000
/* 96 kHz, Mono, 8-bit */
#define WAVE_FORMAT_96S08 0x00020000
/* 96 kHz, Stereo, 8-bit */
#define WAVE_FORMAT_96M16 0x00040000
/* 96 kHz, Mono, 16-bit */
#define WAVE_FORMAT_96S16 0x00080000
/* 96 kHz, Stereo, 16-bit */
/* General format structure common to all formats, same for Win16 and Win32 */
typedef
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment