Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
f166efdd
Commit
f166efdd
authored
Feb 22, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DShow: adding AMTuner enums when doc was available
parent
2deaa69d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
modules/access/dshow/common.h
modules/access/dshow/common.h
+21
-0
No files found.
modules/access/dshow/common.h
View file @
f166efdd
...
@@ -218,3 +218,24 @@ typedef struct {
...
@@ -218,3 +218,24 @@ typedef struct {
ULONG
Standard
;
// KS_AnalogVideo_*
ULONG
Standard
;
// KS_AnalogVideo_*
}
KSPROPERTY_TUNER_STANDARD_S
,
*
PKSPROPERTY_TUNER_STANDARD_S
;
}
KSPROPERTY_TUNER_STANDARD_S
,
*
PKSPROPERTY_TUNER_STANDARD_S
;
/* http://msdn.microsoft.com/en-us/library/dd373441%28v=vs.85%29.aspx */
typedef
enum
tagAMTunerModeType
{
AMTUNER_MODE_DEFAULT
=
0x0000
,
AMTUNER_MODE_TV
=
0x0001
,
AMTUNER_MODE_FM_RADIO
=
0x0002
,
AMTUNER_MODE_AM_RADIO
=
0x0004
,
AMTUNER_MODE_DSS
=
0x0008
}
AMTunerModeType
;
typedef
enum
tagAMTunerSubChannel
{
AMTUNER_SUBCHAN_NO_TUNE
=
-
2
,
AMTUNER_SUBCHAN_DEFAULT
=
-
1
}
AMTunerSubChannel
;
/* http://msdn.microsoft.com/en-us/library/dd407232%28v=vs.85%29.aspx */
typedef
enum
tagTunerInputType
{
TunerInputCable
=
0
,
TunerInputAntenna
=
TunerInputCable
+
1
}
TunerInputType
;
#define AMPROPERTY_PIN_CATEGORY 0
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