Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
10208999
Commit
10208999
authored
Sep 08, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Sep 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Uncomment declaration of IDirectShowStream in amstream.idl.
Also remove incorrect [optional] attributes from parameters.
parent
f399e6ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
amstream.idl
include/amstream.idl
+7
-9
No files found.
include/amstream.idl
View file @
10208999
...
...
@@ -64,7 +64,6 @@ typedef [v1_enum] enum {
RenderData
=
2
}
OUTPUT_STATE
;
/*
[
object
,
uuid
(
7
DB01C96
-
C0C3
-
11
d0
-
8
FF1
-
00
C04FD9189D
),
...
...
@@ -81,7 +80,6 @@ interface IDirectShowStream : IDispatch
[
propget
,
id
(
3
),
helpstring
(
"property Audio"
)
]
HRESULT
Audio
(
[
out
,
retval
]
OUTPUT_STATE
*
pVal
)
;
[
propput
,
id
(
3
),
helpstring
(
"propetry Audio"
)
]
HRESULT
Audio
(
[
in
]
OUTPUT_STATE
newVal
)
;
}
;
*/
[
object
,
...
...
@@ -93,7 +91,7 @@ interface IAMMultiMediaStream : IMultiMediaStream
HRESULT
Initialize
(
[
in
]
STREAM_TYPE
StreamType
,
[
in
]
DWORD
dwFlags
,
[
in
,
optional
]
IGraphBuilder
*
pFilterGraph
)
;
[
in
]
IGraphBuilder
*
pFilterGraph
)
;
HRESULT
GetFilterGraph
(
[
out
]
IGraphBuilder
**
ppGraphBuilder
)
;
...
...
@@ -102,10 +100,10 @@ interface IAMMultiMediaStream : IMultiMediaStream
[
out
]
IMediaStreamFilter
**
ppFilter
)
;
HRESULT
AddMediaStream
(
[
in
,
optional
]
IUnknown
*
pStreamObject
,
[
in
,
optional
]
const
MSPID
*
PurposeId
,
[
in
]
IUnknown
*
pStreamObject
,
[
in
]
const
MSPID
*
PurposeId
,
[
in
]
DWORD
dwFlags
,
[
out
,
optional
]
IMediaStream
**
ppNewStream
)
;
[
out
]
IMediaStream
**
ppNewStream
)
;
HRESULT
OpenFile
(
[
in
]
LPCWSTR
pszFileName
,
...
...
@@ -129,7 +127,7 @@ pointer_default(unique)
interface
IAMMediaStream
:
IMediaStream
{
HRESULT
Initialize
(
[
in
,
optional
]
IUnknown
*
pSourceObject
,
[
in
]
IUnknown
*
pSourceObject
,
[
in
]
DWORD
dwFlags
,
[
in
]
REFMSPID
PurposeId
,
[
in
]
const
STREAM_TYPE
StreamType
)
;
...
...
@@ -233,9 +231,9 @@ interface IAMMediaTypeStream : IMediaStream
HRESULT
CreateSample
(
[
in
]
long
lSampleSize
,
[
in
,
optional
]
BYTE
*
pbBuffer
,
[
in
]
BYTE
*
pbBuffer
,
[
in
]
DWORD
dwFlags
,
[
in
,
optional
]
IUnknown
*
pUnkOuter
,
[
in
]
IUnknown
*
pUnkOuter
,
[
out
]
IAMMediaTypeSample
**
ppAMMediaTypeSample
)
;
HRESULT
GetStreamAllocatorRequirements
(
...
...
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