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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
mmsystem.h
include/mmsystem.h
+8
-0
No files found.
include/mmsystem.h
View file @
10c5d277
...
...
@@ -391,6 +391,14 @@ DECL_WINELIB_TYPE_AW(LPWAVEINCAPS)
#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