Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
wine
wine-cw
Commits
7d115f3a
Commit
7d115f3a
authored
Jan 29, 2010
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Feb 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
includes: Add propkey header.
parent
5f9f260e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
Makefile.in
include/Makefile.in
+1
-0
propkey.h
include/propkey.h
+34
-0
No files found.
include/Makefile.in
View file @
7d115f3a
...
...
@@ -396,6 +396,7 @@ SRCDIR_INCLUDES = \
poppack.h
\
powrprof.h
\
profinfo.h
\
propkey.h
\
propkeydef.h
\
propvarutil.h
\
prsht.h
\
...
...
include/propkey.h
0 → 100644
View file @
7d115f3a
/*
* Copyright (C) 2010 Maarten Lankhorst for Codeweavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _INC_PROPKEY
#define _INC_PROPKEY
#include <propkeydef.h>
DEFINE_PROPERTYKEY
(
PKEY_Audio_ChannelCount
,
0x64440490
,
0x4c8b
,
0x11d1
,
0x8b
,
0x80
,
0x08
,
0x00
,
0x36
,
0xb1
,
0x1a
,
0x03
,
7
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_Compression
,
0x64440490
,
0x4c8b
,
0x11d1
,
0x8b
,
0x80
,
0x08
,
0x00
,
0x36
,
0xb1
,
0x1a
,
0x03
,
10
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_Format
,
0x64440490
,
0x4c8b
,
0x11d1
,
0x8b
,
0x80
,
0x08
,
0x00
,
0x36
,
0xb1
,
0x1a
,
0x03
,
2
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_IsVariableBitRate
,
0xe6822fee
,
0x8c17
,
0x4d62
,
0x82
,
0x3c
,
0x8e
,
0x9c
,
0xfc
,
0xbd
,
0x1d
,
0x5c
,
100
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_PeakValue
,
0x2579e5d0
,
0x1116
,
0x4084
,
0xbd
,
0x9a
,
0x9b
,
0x4f
,
0x7c
,
0xb4
,
0xdf
,
0x5e
,
100
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_SampleRate
,
0x64440490
,
0x4c8b
,
0x11d1
,
0x8b
,
0x80
,
0x08
,
0x00
,
0x36
,
0xb1
,
0x1a
,
0x03
,
5
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_SampleSize
,
0x64440490
,
0x4c8b
,
0x11d1
,
0x8b
,
0x80
,
0x08
,
0x00
,
0x36
,
0xb1
,
0x1a
,
0x03
,
6
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_StreamName
,
0x64440490
,
0x4c8b
,
0x11d1
,
0x8b
,
0x80
,
0x08
,
0x00
,
0x36
,
0xb1
,
0x1a
,
0x03
,
9
);
DEFINE_PROPERTYKEY
(
PKEY_Audio_StreamNumber
,
0x64440490
,
0x4c8b
,
0x11d1
,
0x8b
,
0x80
,
0x08
,
0x00
,
0x36
,
0xb1
,
0x1a
,
0x03
,
8
);
#endif
/*_INC_PROPKEY*/
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