po: Fix a typo in Norwegian translation.
[wine.git] / include / mfidl.idl
blobda433998288f76b967bae3f3496243724828234d
1 /*
2 * Copyright 2016 Michael Müller
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 import "mfobjects.idl";
20 import "mftransform.idl";
22 typedef unsigned __int64 TOPOID;
23 typedef LONGLONG MFTIME;
24 typedef DWORD MFSequencerElementId;
26 typedef enum MF_TOPOLOGY_TYPE
28 MF_TOPOLOGY_OUTPUT_NODE,
29 MF_TOPOLOGY_SOURCESTREAM_NODE,
30 MF_TOPOLOGY_TRANSFORM_NODE,
31 MF_TOPOLOGY_TEE_NODE,
32 MF_TOPOLOGY_MAX = 0xffffffff
33 } MF_TOPOLOGY_TYPE;
35 typedef enum _MFCLOCK_STATE
37 MFCLOCK_STATE_INVALID,
38 MFCLOCK_STATE_RUNNING,
39 MFCLOCK_STATE_STOPPED,
40 MFCLOCK_STATE_PAUSED
41 } MFCLOCK_STATE;
43 typedef enum MF_OBJECT_TYPE
45 MF_OBJECT_MEDIASOURCE,
46 MF_OBJECT_BYTESTREAM,
47 MF_OBJECT_INVALID
48 } MF_OBJECT_TYPE;
50 cpp_quote("#define MFCLOCK_FREQUENCY_HNS 10000000")
51 cpp_quote("#define MFCLOCK_TOLERANCE_UNKNOWN 50000")
52 cpp_quote("#define MFCLOCK_JITTER_ISR 1000")
53 cpp_quote("#define MFCLOCK_JITTER_DPC 4000")
54 cpp_quote("#define MFCLOCK_JITTER_PASSIVE 10000")
56 typedef struct _MFCLOCK_PROPERTIES
58 unsigned __int64 qwCorrelationRate;
59 GUID guidClockId;
60 DWORD dwClockFlags;
61 unsigned __int64 qwClockFrequency;
62 DWORD dwClockTolerance;
63 DWORD dwClockJitter;
64 } MFCLOCK_PROPERTIES;
66 typedef enum _MFCLOCK_CHARACTERISTICS_FLAGS
68 MFCLOCK_CHARACTERISTICS_FLAG_FREQUENCY_10MHZ = 0x00000002,
69 MFCLOCK_CHARACTERISTICS_FLAG_ALWAYS_RUNNING = 0x00000004,
70 MFCLOCK_CHARACTERISTICS_FLAG_IS_SYSTEM_CLOCK = 0x00000008,
71 } MFCLOCK_CHARACTERISTICS_FLAGS;
73 typedef enum MFSESSION_SETTOPOLOGY_FLAGS
75 MFSESSION_SETTOPOLOGY_IMMEDIATE = 0x00000001,
76 MFSESSION_SETTOPOLOGY_NORESOLUTION = 0x00000002,
77 MFSESSION_SETTOPOLOGY_CLEAR_CURRENT = 0x00000004,
78 } MFSESSION_SETTOPOLOGY_FLAGS;
80 typedef enum MFSESSION_GETFULLTOPOLOGY_FLAGS
82 MFSESSION_GETFULLTOPOLOGY_CURRENT = 0x00000001,
83 } MFSESSION_GETFULLTOPOLOGY_FLAGS;
85 typedef enum _MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS
87 MF_TOPOLOGY_RESOLUTION_SUCCEEDED = 0x00000000,
88 MF_OPTIONAL_NODE_REJECTED_MEDIA_TYPE = 0x00000001,
89 MF_OPTIONAL_NODE_REJECTED_PROTECTED_PROCESS = 0x00000002,
90 } MF_TOPOLOGY_RESOLUTION_STATUS_FLAGS;
92 typedef enum _MFSTREAMSINK_MARKER_TYPE
94 MFSTREAMSINK_MARKER_DEFAULT,
95 MFSTREAMSINK_MARKER_ENDOFSEGMENT,
96 MFSTREAMSINK_MARKER_TICK,
97 MFSTREAMSINK_MARKER_EVENT,
98 } MFSTREAMSINK_MARKER_TYPE;
101 object,
102 uuid(2eb1e945-18b8-4139-9b1a-d5d584818530),
104 interface IMFClock : IUnknown
106 HRESULT GetClockCharacteristics([out] DWORD *characteristics);
107 HRESULT GetCorrelatedTime([in] DWORD reserved, [out] LONGLONG *clock_time, [out] MFTIME *system_time);
108 HRESULT GetContinuityKey([out] DWORD *key);
109 HRESULT GetState([in] DWORD reserved, [out] MFCLOCK_STATE *state);
110 HRESULT GetProperties([out] MFCLOCK_PROPERTIES *props);
113 typedef enum _MFRATE_DIRECTION
115 MFRATE_FORWARD,
116 MFRATE_REVERSE
117 } MFRATE_DIRECTION;
120 object,
121 uuid(0a9ccdbc-d797-4563-9667-94ec5d79292d),
123 interface IMFRateSupport : IUnknown
125 HRESULT GetSlowestRate(
126 [in] MFRATE_DIRECTION direction,
127 [in] BOOL thin,
128 [out] float *rate);
130 HRESULT GetFastestRate(
131 [in] MFRATE_DIRECTION direction,
132 [in] BOOL thin,
133 [out] float *rate);
135 HRESULT IsRateSupported(
136 [in] BOOL thin,
137 [in] float rate,
138 [in, out, unique] float *nearest_supported_rate);
142 object,
143 uuid(88ddcd21-03c3-4275-91ed-55ee3929328f)
145 interface IMFRateControl : IUnknown
147 HRESULT SetRate(
148 [in] BOOL thin,
149 [in] float rate);
150 HRESULT GetRate(
151 [in, out, unique] BOOL *thin,
152 [in, out, unique] float *rate);
156 object,
157 uuid(e56e4cbd-8f70-49d8-a0f8-edb3d6ab9bf2),
158 local
160 interface IMFTimer : IUnknown
162 HRESULT SetTimer(
163 [in] DWORD flags,
164 [in] LONGLONG time,
165 [in] IMFAsyncCallback *callback,
166 [in] IUnknown *state,
167 [out] IUnknown **key);
168 HRESULT CancelTimer(
169 [in] IUnknown *key);
173 object,
174 uuid(83cf873a-f6da-4bc8-823f-bacfd55dc430),
176 interface IMFTopologyNode : IMFAttributes
178 HRESULT SetObject([in] IUnknown *object);
179 HRESULT GetObject([out] IUnknown **object);
180 HRESULT GetNodeType([out] MF_TOPOLOGY_TYPE *type);
181 HRESULT GetTopoNodeID([out] TOPOID *id);
182 HRESULT SetTopoNodeID([in] TOPOID id);
183 HRESULT GetInputCount([out] DWORD *count);
184 HRESULT GetOutputCount([out] DWORD *count);
185 [local] HRESULT ConnectOutput([in] DWORD output_index, [in] IMFTopologyNode *node, [in] DWORD input_index);
186 [local] HRESULT DisconnectOutput([in] DWORD index);
187 HRESULT GetInput([in] DWORD input_index, [out] IMFTopologyNode **node, [out] DWORD *output_index);
188 HRESULT GetOutput([in] DWORD output_index, [out] IMFTopologyNode **node, [out] DWORD *input_index);
189 [local] HRESULT SetOutputPrefType([in] DWORD index, [in] IMFMediaType *type);
190 [local] HRESULT GetOutputPrefType([in] DWORD output_index, [out] IMFMediaType **type);
191 [call_as(GetOutputPrefType)] HRESULT RemoteGetOutputPrefType([in] DWORD index, [out] DWORD *length,
192 [out, size_is(, *length)] BYTE **data);
193 [local] HRESULT SetInputPrefType([in] DWORD index, [in] IMFMediaType *type);
194 [local] HRESULT GetInputPrefType([in] DWORD index, [out] IMFMediaType **type);
195 [call_as(GetInputPrefType)] HRESULT RemoteGetInputPrefType([in] DWORD index, [out] DWORD *length,
196 [out, size_is(, *length)] BYTE **data);
197 HRESULT CloneFrom([in] IMFTopologyNode *node);
201 object,
202 uuid(83cf873a-f6da-4bc8-823f-bacfd55dc433),
204 interface IMFTopology : IMFAttributes
206 HRESULT GetTopologyID([out] TOPOID *id);
207 [local] HRESULT AddNode([in] IMFTopologyNode *node);
208 [local] HRESULT RemoveNode([in] IMFTopologyNode *node);
209 HRESULT GetNodeCount([out] WORD *nodes);
210 HRESULT GetNode([in] WORD index, [out] IMFTopologyNode **node);
211 [local] HRESULT Clear();
212 HRESULT CloneFrom([in] IMFTopology *topology);
213 HRESULT GetNodeByID([in] TOPOID id, [out] IMFTopologyNode **node);
214 HRESULT GetSourceNodeCollection([out] IMFCollection **collection);
215 HRESULT GetOutputNodeCollection([out] IMFCollection **collection);
219 object,
220 uuid(de9a6157-f660-4643-b56a-df9f7998c7cd),
221 local,
223 interface IMFTopoLoader : IUnknown
225 HRESULT Load([in] IMFTopology *input_topology, [out] IMFTopology **output_topology,
226 [in] IMFTopology *current_topology);
230 object,
231 uuid(90377834-21d0-4dee-8214-ba2e3e6c1127),
233 interface IMFMediaSession : IMFMediaEventGenerator
235 HRESULT SetTopology([in] DWORD flags, [in] IMFTopology *topology);
236 HRESULT ClearTopologies();
237 HRESULT Start([in, unique] const GUID *format, [in, unique] const PROPVARIANT *start);
238 HRESULT Pause();
239 HRESULT Stop();
240 HRESULT Close();
241 HRESULT Shutdown();
242 HRESULT GetClock([out] IMFClock **clock);
243 HRESULT GetSessionCapabilities([out] DWORD *caps);
244 HRESULT GetFullTopology([in] DWORD flags, [in] TOPOID id, [out] IMFTopology **topology);
248 object,
249 uuid(bb420aa4-765b-4a1f-91fe-d6a8a143924c),
250 local
252 interface IMFByteStreamHandler : IUnknown
254 HRESULT BeginCreateObject(
255 [in] IMFByteStream *stream,
256 [in] const WCHAR *url,
257 [in] DWORD flags,
258 [in] IPropertyStore *props,
259 [out] IUnknown **cancel_cookie,
260 [in] IMFAsyncCallback *callback,
261 [in] IUnknown *state);
263 HRESULT EndCreateObject(
264 [in] IMFAsyncResult *result,
265 [out] MF_OBJECT_TYPE *obj_type,
266 [out] IUnknown **object);
268 HRESULT CancelObjectCreation(
269 [in] IUnknown *cancel_cookie);
271 HRESULT GetMaxNumberOfBytesRequiredForResolution(
272 [out] QWORD *bytes);
275 typedef [public] struct _MF_LEAKY_BUCKET_PAIR
277 DWORD dwBitrate;
278 DWORD msBufferWindow;
279 } MF_LEAKY_BUCKET_PAIR;
281 typedef [public] struct _MFBYTESTREAM_BUFFERING_PARAMS
283 QWORD cbTotalFileSize;
284 QWORD cbPlayableDataSize;
285 MF_LEAKY_BUCKET_PAIR *prgBuckets;
286 DWORD cBuckets;
287 QWORD qwNetBufferingTime;
288 QWORD qwExtraBufferingTimeDuringSeek;
289 QWORD qwPlayDuration;
290 float dRate;
291 } MFBYTESTREAM_BUFFERING_PARAMS;
294 object,
295 uuid(6d66d782-1d4f-4db7-8c63-cb8c77f1ef5e),
297 interface IMFByteStreamBuffering : IUnknown
299 HRESULT SetBufferingParams(
300 [in] MFBYTESTREAM_BUFFERING_PARAMS *params);
302 HRESULT EnableBuffering(
303 [in] BOOL enable);
305 HRESULT StopBuffering();
309 object,
310 uuid(f5042ea4-7a96-4a75-aa7b-2be1ef7f88d5),
312 interface IMFByteStreamCacheControl : IUnknown
314 HRESULT StopBackgroundTransfer();
318 object,
319 uuid(64976bfa-fb61-4041-9069-8c9a5f659beb),
321 interface IMFByteStreamTimeSeek : IUnknown
323 HRESULT IsTimeSeekSupported(
324 [out] BOOL *is_supported);
326 HRESULT TimeSeek(
327 [in] QWORD position);
329 HRESULT GetTimeSeekResult(
330 [out] QWORD *start_time,
331 [out] QWORD *stop_time,
332 [out] QWORD *duration);
336 object,
337 uuid(6d4c7b74-52a0-4bb7-b0db-55f29f47a668),
338 local
340 interface IMFSchemeHandler : IUnknown
342 HRESULT BeginCreateObject(
343 [in] const WCHAR *url,
344 [in] DWORD flags,
345 [in] IPropertyStore *props,
346 [out] IUnknown **cancel_cookie,
347 [in] IMFAsyncCallback *callback,
348 [in] IUnknown *state);
350 HRESULT EndCreateObject(
351 [in] IMFAsyncResult *result,
352 [out] MF_OBJECT_TYPE *obj_type,
353 [out] IUnknown **object);
355 HRESULT CancelObjectCreation(
356 [in] IUnknown *cancel_cookie);
360 object,
361 uuid(fbe5a32d-a497-4b61-bb85-97b1a848a6e3)
363 interface IMFSourceResolver : IUnknown
365 [local] HRESULT CreateObjectFromURL([in] const WCHAR *url, [in] DWORD flags, [in] IPropertyStore *props,
366 [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object);
367 [local] HRESULT CreateObjectFromByteStream([in] IMFByteStream *stream, [in] const WCHAR *url, [in] DWORD flags,
368 [in] IPropertyStore *props, [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object);
369 [local] HRESULT BeginCreateObjectFromURL([in] const WCHAR *url, [in] DWORD flags, [in] IPropertyStore *props,
370 [out] IUnknown **cancel_cookie, [in] IMFAsyncCallback *callback, [in] IUnknown *unk_state);
371 [call_as(BeginCreateObjectFromURL)] HRESULT RemoteBeginCreateObjectFromURL([in, string] const WCHAR *url,
372 [in] DWORD flags, [in] IPropertyStore *props, [in] IMFRemoteAsyncCallback *callback);
373 [local] HRESULT EndCreateObjectFromURL([in] IMFAsyncResult *result, [out] MF_OBJECT_TYPE *obj_type,
374 [out] IUnknown **object);
375 [call_as(EndCreateObjectFromURL)] HRESULT RemoteEndCreateObjectFromURL([in] IUnknown *result,
376 [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object);
377 [local] HRESULT BeginCreateObjectFromByteStream([in] IMFByteStream *stream, [in] const WCHAR *url,
378 [in] DWORD flags, [in] IPropertyStore *props, [out] IUnknown **cancel_cookie,
379 [in] IMFAsyncCallback *callback, [in] IUnknown *unk_state);
380 [call_as(BeginCreateObjectFromByteStream)] HRESULT RemoteBeginCreateObjectFromByteStream([in] IMFByteStream *stream,
381 [in, unique] const WCHAR *url, [in] DWORD flags, [in, unique] IPropertyStore *props,
382 [in] IMFRemoteAsyncCallback *callback);
383 [local] HRESULT EndCreateObjectFromByteStream([in] IMFAsyncResult *result, [out] MF_OBJECT_TYPE *obj_type,
384 [out] IUnknown **object);
385 [call_as(EndCreateObjectFromByteStream)] HRESULT RemoteEndCreateObjectFromByteStream([in] IUnknown *result,
386 [out] MF_OBJECT_TYPE *obj_type, [out] IUnknown **object);
387 [local] HRESULT CanceObjectCreation([in] IUnknown *cancel_cookie);
391 object,
392 uuid(e93dcf6c-4b07-4e1e-8123-aa16ed6eadf5)
394 interface IMFMediaTypeHandler : IUnknown
396 [local]
397 HRESULT IsMediaTypeSupported([in] IMFMediaType *in_type, [out] IMFMediaType **out_type);
399 [call_as(IsMediaTypeSupported)]
400 HRESULT RemoteIsMediaTypeSupported([in, size_is(size)] BYTE *data, [in] DWORD size,
401 [out, size_is(, *match_count)] BYTE **match, [out] DWORD *match_count);
403 HRESULT GetMediaTypeCount([out] DWORD *count);
405 [local]
406 HRESULT GetMediaTypeByIndex([in] DWORD index, [out] IMFMediaType **type);
408 [call_as(GetMediaTypeByIndex)]
409 HRESULT RemoteGetMediaTypeByIndex([in] DWORD index, [out, size_is(, *count)] BYTE **data,
410 [out] DWORD *count);
412 [local]
413 HRESULT SetCurrentMediaType([in] IMFMediaType *type);
415 [call_as(SetCurrentMediaType)]
416 HRESULT RemoteSetCurrentMediaType([in, size_is(count)] BYTE *data, [in] DWORD count);
418 [local]
419 HRESULT GetCurrentMediaType([out] IMFMediaType **type);
421 [call_as(GetCurrentMediaType)]
422 HRESULT RemoteGetCurrentMediaType([out, size_is(, *count)] BYTE **data, [out] DWORD *count);
424 HRESULT GetMajorType([out] GUID *type);
428 object,
429 uuid(56c03d9c-9dbb-45f5-ab4b-d80f47c05938)
431 interface IMFStreamDescriptor : IMFAttributes
433 HRESULT GetStreamIdentifier([out] DWORD *identifier);
435 HRESULT GetMediaTypeHandler([out] IMFMediaTypeHandler **handler);
439 object,
440 uuid(f6696e82-74f7-4f3d-a178-8a5e09c3659f)
442 interface IMFClockStateSink : IUnknown
444 HRESULT OnClockStart(
445 [in] MFTIME hnsSystemTime,
446 [in] LONGLONG llClockStartOffset
448 HRESULT OnClockStop(
449 [in] MFTIME hnssSystemTime
451 HRESULT OnClockPause(
452 [in] MFTIME hnsSystemTime
454 HRESULT OnClockRestart(
455 [in] MFTIME hnsSystemTime
457 HRESULT OnClockSetRate(
458 [in] MFTIME hnsSystemTime,
459 [in] float flRate
464 object,
465 uuid(fa993888-4383-415a-a930-dd472a8cf6f7)
467 interface IMFGetService : IUnknown
469 HRESULT GetService(
470 [in] REFGUID guidService,
471 [in] REFIID riid,
472 [out, iid_is(riid)] LPVOID *ppvObject
477 object,
478 uuid(03cb2711-24d7-4db6-a17f-f3a7a479a536),
480 interface IMFPresentationDescriptor : IMFAttributes
482 HRESULT GetStreamDescriptorCount(
483 [out] DWORD *count );
485 HRESULT GetStreamDescriptorByIndex(
486 [in] DWORD index,
487 [out] BOOL *selected,
488 [out] IMFStreamDescriptor **descriptor );
490 HRESULT SelectStream(
491 [in] DWORD index );
493 HRESULT DeselectStream(
494 [in] DWORD index );
496 HRESULT Clone(
497 [out] IMFPresentationDescriptor **descriptor );
501 object,
502 uuid(197cd219-19cb-4de1-a64c-acf2edcbe59e),
503 local
505 interface IMFSequencerSource : IUnknown
507 HRESULT AppendTopology(
508 [in] IMFTopology *topology,
509 [in] DWORD flags,
510 [out] MFSequencerElementId *element );
512 HRESULT DeleteTopology(
513 [in] MFSequencerElementId element);
515 HRESULT GetPresentationContext(
516 [in] IMFPresentationDescriptor *pd,
517 [out, optional] MFSequencerElementId *id,
518 [out, optional] IMFTopology **topology );
520 HRESULT UpdateTopology(
521 [in] MFSequencerElementId od,
522 [in] IMFTopology *topology);
524 HRESULT UpdateTopologyFlags(
525 [in] MFSequencerElementId id,
526 [in] DWORD flags );
529 interface IMFPresentationClock;
532 object,
533 uuid(8c7b80bf-ee42-4b59-b1df-55668e1bdca8),
534 local
536 interface IMFSampleGrabberSinkCallback : IMFClockStateSink
538 HRESULT OnSetPresentationClock(
539 [in] IMFPresentationClock *clock);
541 HRESULT OnProcessSample(
542 [in] REFGUID major_type,
543 [in] DWORD sample_flags,
544 [in] LONGLONG sample_time,
545 [in] LONGLONG sample_duration,
546 [in] const BYTE *buffer,
547 [in] DWORD sample_size);
549 HRESULT OnShutdown();
553 object,
554 uuid(ca86aa50-c46e-429e-ab27-16d6ac6844cb),
555 local
557 interface IMFSampleGrabberSinkCallback2 : IMFSampleGrabberSinkCallback
559 HRESULT OnProcessSampleEx(
560 [in] REFGUID major_type,
561 [in] DWORD sample_flags,
562 [in] LONGLONG sample_time,
563 [in] LONGLONG sample_duration,
564 [in] const BYTE *buffer,
565 [in] DWORD sample_size,
566 [in] IMFAttributes *attributes);
569 cpp_quote("HRESULT WINAPI CreatePropertyStore(IPropertyStore **store);")
570 cpp_quote("HRESULT WINAPI MFCreateAudioRenderer(IMFAttributes *config, IMFMediaSink **sink);")
571 cpp_quote("HRESULT WINAPI MFCreateAudioRendererActivate(IMFActivate **activate);")
572 cpp_quote("HRESULT WINAPI MFCreateMediaSession(IMFAttributes *config, IMFMediaSession **session);")
573 cpp_quote("HRESULT WINAPI MFCreateMFByteStreamOnStream(IStream *stream, IMFByteStream **bytestream);" )
574 cpp_quote("HRESULT WINAPI MFCreateMFByteStreamOnStreamEx(IUnknown *stream, IMFByteStream **bytestream);")
575 cpp_quote("HRESULT WINAPI MFCreatePresentationClock(IMFPresentationClock **clock);")
576 cpp_quote("HRESULT WINAPI MFCreatePresentationDescriptor(DWORD count, IMFStreamDescriptor **descriptors,")
577 cpp_quote(" IMFPresentationDescriptor **presentation_desc);")
578 cpp_quote("HRESULT WINAPI MFCreateSampleGrabberSinkActivate(IMFMediaType *media_type,")
579 cpp_quote(" IMFSampleGrabberSinkCallback *callback, IMFActivate **activate);")
580 cpp_quote("HRESULT WINAPI MFCreateSequencerSource(IUnknown *reserved, IMFSequencerSource **seq_source);" )
581 cpp_quote("HRESULT WINAPI MFCreateSourceResolver(IMFSourceResolver **resolver);")
582 cpp_quote("HRESULT WINAPI MFCreateStandardQualityManager(IMFQualityManager **manager);")
583 cpp_quote("HRESULT WINAPI MFCreateStreamDescriptor(DWORD identifier, DWORD cMediaTypes,")
584 cpp_quote(" IMFMediaType **types, IMFStreamDescriptor **descriptor);")
585 cpp_quote("HRESULT WINAPI MFCreateSystemTimeSource(IMFPresentationTimeSource **time_source);")
586 cpp_quote("HRESULT WINAPI MFCreateTopology(IMFTopology **topology);")
587 cpp_quote("HRESULT WINAPI MFCreateTopologyNode(MF_TOPOLOGY_TYPE node_type, IMFTopologyNode **node);")
588 cpp_quote("HRESULT WINAPI MFCreateTopoLoader(IMFTopoLoader **loader);")
589 cpp_quote("HRESULT WINAPI MFCreateVideoRendererActivate(HWND hwnd, IMFActivate **activate);")
590 cpp_quote("HRESULT WINAPI MFEnumDeviceSources(IMFAttributes *attributes, IMFActivate ***sources, UINT32 *count);")
591 cpp_quote("HRESULT WINAPI MFGetSupportedMimeTypes(PROPVARIANT *array);")
592 cpp_quote("HRESULT WINAPI MFGetService(IUnknown *object, REFGUID service, REFIID iid, void **obj);")
593 cpp_quote("MFTIME WINAPI MFGetSystemTime(void);")
594 cpp_quote("HRESULT WINAPI MFShutdownObject(IUnknown *object);")
596 typedef enum _MFMEDIASOURCE_CHARACTERISTICS
598 MFMEDIASOURCE_IS_LIVE = 0x1,
599 MFMEDIASOURCE_CAN_SEEK = 0x2,
600 MFMEDIASOURCE_CAN_PAUSE = 0x4,
601 MFMEDIASOURCE_HAS_SLOW_SEEK = 0x8,
602 MFMEDIASOURCE_HAS_MULTIPLE_PRESENTATIONS = 0x10,
603 MFMEDIASOURCE_CAN_SKIPFORWARD = 0x20,
604 MFMEDIASOURCE_CAN_SKIPBACKWARD = 0x40,
605 MFMEDIASOURCE_DOES_NOT_USE_NETWORK = 0x80,
606 } MFMEDIASOURCE_CHARACTERISTICS;
609 object,
610 uuid(279a808d-aec7-40c8-9c6b-a6b492c78a66),
612 interface IMFMediaSource : IMFMediaEventGenerator
614 HRESULT GetCharacteristics(
615 [out] DWORD *characteristics );
617 [local]
618 HRESULT CreatePresentationDescriptor(
619 [out] IMFPresentationDescriptor **descriptor );
620 [call_as(CreatePresentationDescriptor)]
621 HRESULT RemoteCreatePresentationDescriptor(
622 [out] DWORD *count,
623 [out, size_is(,*count)] BYTE **data,
624 [out] IMFPresentationDescriptor **descriptor );
626 HRESULT Start(
627 [in] IMFPresentationDescriptor *descriptor,
628 [in, unique] const GUID *time_format,
629 [in, unique] const PROPVARIANT *start_position );
631 HRESULT Stop();
632 HRESULT Pause();
633 HRESULT Shutdown();
637 object,
638 uuid(d182108f-4ec6-443f-aa42-a71106ec825f),
640 interface IMFMediaStream : IMFMediaEventGenerator
642 HRESULT GetMediaSource(
643 [out] IMFMediaSource **source);
645 HRESULT GetStreamDescriptor(
646 [out] IMFStreamDescriptor **descriptor);
648 [local]
649 HRESULT RequestSample(
650 [in] IUnknown *token);
652 [call_as(RequestSample)]
653 HRESULT RemoteRequestSample();
656 interface IMFStreamSink;
659 object,
660 uuid(7ff12cce-f76f-41c2-863b-1666c8e5e139)
662 interface IMFPresentationTimeSource : IMFClock
664 HRESULT GetUnderlyingClock([out] IMFClock **clock);
667 cpp_quote("#define PRESENTATION_CURRENT_POSITION 0x7fffffffffffffff")
670 object,
671 uuid(868ce85c-8ea9-4f55-ab82-b009a910a805)
673 interface IMFPresentationClock : IMFClock
675 HRESULT SetTimeSource([in] IMFPresentationTimeSource *time_source);
676 HRESULT GetTimeSource([out] IMFPresentationTimeSource **time_source);
677 HRESULT GetTime([out] MFTIME *time);
678 HRESULT AddClockStateSink([in] IMFClockStateSink *state_sink);
679 HRESULT RemoveClockStateSink([in] IMFClockStateSink *state_sink);
680 HRESULT Start([in] LONGLONG start_offset);
681 HRESULT Stop();
682 HRESULT Pause();
685 cpp_quote("#define MEDIASINK_FIXED_STREAMS 0x00000001")
686 cpp_quote("#define MEDIASINK_CANNOT_MATCH_CLOCK 0x00000002")
687 cpp_quote("#define MEDIASINK_RATELESS 0x00000004")
688 cpp_quote("#define MEDIASINK_CLOCK_REQUIRED 0x00000008")
689 cpp_quote("#define MEDIASINK_CAN_PREROLL 0x00000010")
690 cpp_quote("#define MEDIASINK_REQUIRE_REFERENCE_MEDIATYPE 0x00000020")
693 object,
694 uuid(6ef2a660-47c0-4666-b13d-cbb717f2fa2c)
696 interface IMFMediaSink : IUnknown
698 HRESULT GetCharacteristics([out] DWORD *characteristics);
699 HRESULT AddStreamSink(
700 [in] DWORD stream_sink_id,
701 [in] IMFMediaType *media_type,
702 [out] IMFStreamSink **stream_sink);
703 HRESULT RemoveStreamSink([in] DWORD stream_sink_id);
704 HRESULT GetStreamSinkCount([out] DWORD *count);
705 HRESULT GetStreamSinkByIndex([in] DWORD index, [out] IMFStreamSink **sink);
706 HRESULT GetStreamSinkById([in] DWORD stream_sink_id, [out] IMFStreamSink **sink);
707 HRESULT SetPresentationClock([in] IMFPresentationClock *clock);
708 HRESULT GetPresentationClock([out] IMFPresentationClock **clock);
709 HRESULT Shutdown();
713 object,
714 uuid(0a97b3cf-8e7c-4a3d-8f8c-0c843dc247fb),
716 interface IMFStreamSink : IMFMediaEventGenerator
718 HRESULT GetMediaSink([out] IMFMediaSink **sink);
719 HRESULT GetIdentifier([out] DWORD *identifier);
720 HRESULT GetMediaTypeHandler([out] IMFMediaTypeHandler **handler);
721 HRESULT ProcessSample([in] IMFSample *sample);
722 HRESULT PlaceMarker(
723 [in] MFSTREAMSINK_MARKER_TYPE marker_type,
724 [in] const PROPVARIANT *marker_value,
725 [in] const PROPVARIANT *context_value);
726 HRESULT Flush();
729 typedef enum _MFSHUTDOWN_STATUS
731 MFSHUTDOWN_INITIATED,
732 MFSHUTDOWN_COMPLETED,
733 } MFSHUTDOWN_STATUS;
736 object,
737 uuid(97ec2ea4-0e42-4937-97ac-9d6d328824e1)
739 interface IMFShutdown : IUnknown
741 HRESULT Shutdown();
742 HRESULT GetShutdownStatus([out] MFSHUTDOWN_STATUS *status);
746 object,
747 uuid(8d009d86-5b9f-4115-b1fc-9f80d52ab8ab),
748 local
750 interface IMFQualityManager : IUnknown
752 HRESULT NotifyTopology([in] IMFTopology *topology);
753 HRESULT NotifyPresentationClock([in] IMFPresentationClock *clock);
754 HRESULT NotifyProcessInput(
755 [in] IMFTopologyNode *node,
756 [in] LONG input_index,
757 [in] IMFSample *sample);
758 HRESULT NotifyProcessOutput(
759 [in] IMFTopologyNode *node,
760 [in] LONG output_index,
761 [in] IMFSample *sample);
762 HRESULT NotifyQualityEvent(
763 [in] IUnknown *object,
764 [in] IMFMediaEvent *event);
765 HRESULT Shutdown();
768 typedef struct _MFT_REGISTRATION_INFO
770 CLSID clsid;
771 GUID guidCategory;
772 UINT32 uiFlags;
773 LPCWSTR pszName;
774 DWORD cInTypes;
775 [size_is(cInTypes)] MFT_REGISTER_TYPE_INFO *pInTypes;
776 DWORD cOutTypes;
777 [size_is(cOutTypes)] MFT_REGISTER_TYPE_INFO *pOutTypes;
778 } MFT_REGISTRATION_INFO;
781 object,
782 uuid(149c4d73-b4be-4f8d-8b87-079e926b6add)
784 interface IMFLocalMFTRegistration : IUnknown
786 HRESULT RegisterMFTs([in, size_is(count)] MFT_REGISTRATION_INFO *info, [in] DWORD count);
790 object,
791 uuid(0e1d6009-c9f3-442d-8c51-a42d2d49452f),
793 interface IMFMediaSourceTopologyProvider : IUnknown
795 HRESULT GetMediaSourceTopology([in] IMFPresentationDescriptor *pd, [out] IMFTopology **topology);
798 cpp_quote("#define MF_RESOLUTION_MEDIASOURCE 0x00000001")
799 cpp_quote("#define MF_RESOLUTION_BYTESTREAM 0x00000002")
800 cpp_quote("#define MF_RESOLUTION_CONTENT_DOES_NOT_HAVE_TO_MATCH_EXTENSION_OR_MIME_TYPE 0x00000010")
801 cpp_quote("#define MF_RESOLUTION_KEEP_BYTE_STREAM_ALIVE_ON_FAIL 0x00000020")
802 cpp_quote("#define MF_RESOLUTION_READ 0x00010000")
803 cpp_quote("#define MF_RESOLUTION_WRITE 0x00020000")
804 cpp_quote("#define MF_RESOLUTION_DISABLE_LOCAL_PLUGINS 0x00000040")
806 cpp_quote("#ifdef __cplusplus")
807 cpp_quote("static inline HRESULT MFSetAttributeSize(IMFAttributes *attributes, REFGUID key, UINT32 width, UINT32 height)")
808 cpp_quote("{")
809 cpp_quote(" return attributes->SetUINT64(key, ((UINT64)width << 32) | height);")
810 cpp_quote("}")
811 cpp_quote("static inline HRESULT MFSetAttributeRatio(IMFAttributes *attributes, REFGUID key, UINT32 numerator, UINT32 denominator)")
812 cpp_quote("{")
813 cpp_quote(" return attributes->SetUINT64(key, ((UINT64)numerator << 32) | denominator);")
814 cpp_quote("}")
815 cpp_quote("#endif")
817 cpp_quote("EXTERN_GUID(MF_SD_LANGUAGE, 0x00af2180, 0xbdc2, 0x423c, 0xab, 0xca, 0xf5, 0x03, 0x59, 0x3b, 0xc1, 0x21);")
818 cpp_quote("EXTERN_GUID(MF_SD_MUTUALLY_EXCLUSIVE, 0x023ef79c, 0x388d, 0x487f, 0xac, 0x17, 0x69, 0x6c, 0xd6, 0xe3, 0xc6, 0xf5);")
819 cpp_quote("EXTERN_GUID(MF_SD_PROTECTED, 0x00af2181, 0xbdc2, 0x423c, 0xab, 0xca, 0xf5, 0x03, 0x59, 0x3b, 0xc1, 0x21);")
820 cpp_quote("EXTERN_GUID(MF_SD_STREAM_NAME, 0x4f1b099d, 0xd314, 0x41e5, 0xa7, 0x81, 0x7f, 0xef, 0xaa, 0x4c, 0x50, 0x1f);")
821 cpp_quote("EXTERN_GUID(MF_SD_SAMI_LANGUAGE, 0x36fcb98a, 0x6cd0, 0x44cb, 0xac, 0xb9, 0xa8, 0xf5, 0x60, 0x0d, 0xd0, 0xbb);")
822 cpp_quote("EXTERN_GUID(MF_PD_PMPHOST_CONTEXT, 0x6c990d31, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
823 cpp_quote("EXTERN_GUID(MF_PD_APP_CONTEXT, 0x6c990d32, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
824 cpp_quote("EXTERN_GUID(MF_PD_DURATION, 0x6c990d33, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
825 cpp_quote("EXTERN_GUID(MF_PD_TOTAL_FILE_SIZE, 0x6c990d34, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
826 cpp_quote("EXTERN_GUID(MF_PD_AUDIO_ENCODING_BITRATE, 0x6c990d35, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
827 cpp_quote("EXTERN_GUID(MF_PD_VIDEO_ENCODING_BITRATE, 0x6c990d36, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
828 cpp_quote("EXTERN_GUID(MF_PD_MIME_TYPE, 0x6c990d37, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
829 cpp_quote("EXTERN_GUID(MF_PD_LAST_MODIFIED_TIME, 0x6c990d38, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
830 cpp_quote("EXTERN_GUID(MF_PD_PLAYBACK_ELEMENT_ID, 0x6c990d39, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
831 cpp_quote("EXTERN_GUID(MF_PD_PREFERRED_LANGUAGE, 0x6c990d3a, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
832 cpp_quote("EXTERN_GUID(MF_PD_PLAYBACK_BOUNDARY_TIME, 0x6c990d3b, 0xbb8e, 0x477a, 0x85, 0x98, 0x0d, 0x5d, 0x96, 0xfc, 0xd8, 0x8a);")
833 cpp_quote("EXTERN_GUID(MF_PD_AUDIO_ISVARIABLEBITRATE, 0x33026ee0, 0xe387, 0x4582, 0xae, 0x0a, 0x34, 0xa2, 0xad, 0x3b, 0xaa, 0x18);")
834 cpp_quote("DEFINE_GUID(MF_PD_ADAPTIVE_STREAMING, 0xea0d5d97, 0x29f9, 0x488b, 0xae, 0x6b, 0x7d, 0x6b, 0x41, 0x36, 0x11, 0x2b);")
835 cpp_quote("EXTERN_GUID(MF_PD_SAMI_STYLELIST, 0xe0b73c7f, 0x486d, 0x484e, 0x98, 0x72, 0x4d, 0xe5, 0x19, 0x2a, 0x7b, 0xf8);")
837 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE, 0xc60ac5fe, 0x252a, 0x478f, 0xa0, 0xef, 0xbc, 0x8f, 0xa5, 0xf7, 0xca, 0xd3);")
838 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_MEDIA_TYPE, 0x56a819ca, 0x0c78, 0x4de4, 0xa0, 0xa7, 0x3d, 0xda, 0xba, 0x0f, 0x24, 0xd4);")
839 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_FRIENDLY_NAME, 0x60d0e559, 0x52f8, 0x4fa2, 0xbb, 0xce, 0xac, 0xdb, 0x34, 0xa8, 0xec, 0x01);")
840 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_SYMBOLIC_LINK, 0x98d24b5e, 0x5930, 0x4614, 0xb5, 0xa1, 0xf6, 0x00, 0xf9, 0x35, 0x5a, 0x78);")
841 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ENDPOINT_ID, 0x30da9258, 0xfeb9, 0x47a7, 0xa4, 0x53, 0x76, 0x3a, 0x7a, 0x8e, 0x1c, 0x5f);")
842 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ROLE, 0xbc9d118e, 0x8c67, 0x4a18, 0x85, 0xd4, 0x12, 0xd3, 0x00, 0x40, 0x05, 0x52);")
843 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_CATEGORY, 0x77f0ae69, 0xc3bd, 0x4509, 0x94, 0x1d, 0x46, 0x7e, 0x4d, 0x24, 0x89, 0x9e);")
844 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_HW_SOURCE, 0xde7046ba, 0x54d6, 0x4487, 0xa2, 0xa4, 0xec, 0x7c, 0x0d, 0x1b, 0xd1, 0x63);")
845 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_PROVIDER_DEVICE_ID, 0x36689d42, 0xa06c, 0x40ae, 0x84, 0xcf, 0xf5, 0xa0, 0x34, 0x06, 0x7c, 0xc4);")
846 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_SYMBOLIC_LINK, 0x58f0aad8, 0x22bf, 0x4f8a, 0xbb, 0x3d, 0xd2, 0xc4, 0x97, 0x8c, 0x6e, 0x2f);")
847 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_MAX_BUFFERS, 0x7dd9b730, 0x4f2d, 0x41d5, 0x8f, 0x95, 0x0c, 0xc9, 0xa9, 0x12, 0xba, 0x26);")
849 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_GUID, 0x14dd9a1c, 0x7cff, 0x41be, 0xb1, 0xb9, 0xba, 0x1a, 0xc6, 0xec, 0xb5, 0x71);")
850 cpp_quote("EXTERN_GUID(MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_GUID, 0x8ac3587a, 0x4ae7, 0x42d8, 0x99, 0xe0, 0x0a, 0x60, 0x13, 0xee, 0xf9, 0x0f);")
852 cpp_quote("EXTERN_GUID(MF_TOPONODE_CONNECT_METHOD, 0x494bbcf1, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
853 cpp_quote("EXTERN_GUID(MF_TOPONODE_D3DAWARE, 0x494bbced, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
854 cpp_quote("EXTERN_GUID(MF_TOPONODE_DECODER, 0x494bbd02, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
855 cpp_quote("EXTERN_GUID(MF_TOPONODE_DECRYPTOR, 0x494bbcfa, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
856 cpp_quote("EXTERN_GUID(MF_TOPONODE_DISABLE_PREROLL, 0x14932f9e, 0x9087, 0x4bb4, 0x84, 0x12, 0x51, 0x67, 0x14, 0x5c, 0xbe, 0x04);")
857 cpp_quote("EXTERN_GUID(MF_TOPONODE_DISCARDABLE, 0x494bbcfb, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
858 cpp_quote("EXTERN_GUID(MF_TOPONODE_DRAIN, 0x494bbce9, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
859 cpp_quote("EXTERN_GUID(MF_TOPONODE_ERROR_MAJORTYPE, 0x494bbcfd, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
860 cpp_quote("EXTERN_GUID(MF_TOPONODE_ERROR_SUBTYPE, 0x494bbcfe, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
861 cpp_quote("EXTERN_GUID(MF_TOPONODE_ERRORCODE, 0x494bbcee, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
862 cpp_quote("EXTERN_GUID(MF_TOPONODE_FLUSH, 0x494bbce8, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
863 cpp_quote("EXTERN_GUID(MF_TOPONODE_LOCKED, 0x494bbcf7, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
864 cpp_quote("EXTERN_GUID(MF_TOPONODE_MARKIN_HERE, 0x494bbd00, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
865 cpp_quote("EXTERN_GUID(MF_TOPONODE_MARKOUT_HERE, 0x494bbd01, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
866 cpp_quote("EXTERN_GUID(MF_TOPONODE_MEDIASTART, 0x835c58ea, 0xe075, 0x4bc7, 0xbc, 0xba, 0x4d, 0xe0, 0x00, 0xdf, 0x9a, 0xe6);")
867 cpp_quote("EXTERN_GUID(MF_TOPONODE_MEDIASTOP, 0x835c58eb, 0xe075, 0x4bc7, 0xbc, 0xba, 0x4d, 0xe0, 0x00, 0xdf, 0x9a, 0xe6);")
868 cpp_quote("EXTERN_GUID(MF_TOPONODE_NOSHUTDOWN_ON_REMOVE, 0x14932f9c, 0x9087, 0x4bb4, 0x84, 0x12, 0x51, 0x67, 0x14, 0x5c, 0xbe, 0x04);")
869 cpp_quote("EXTERN_GUID(MF_TOPONODE_PRESENTATION_DESCRIPTOR, 0x835c58ed, 0xe075, 0x4bc7, 0xbc, 0xba, 0x4d, 0xe0, 0x00, 0xdf, 0x9a, 0xe6);")
870 cpp_quote("EXTERN_GUID(MF_TOPONODE_PRIMARYOUTPUT, 0x6304ef99, 0x16b2, 0x4ebe, 0x9d, 0x67, 0xe4, 0xc5, 0x39, 0xb3, 0xa2, 0x59);")
871 cpp_quote("EXTERN_GUID(MF_TOPONODE_RATELESS, 0x14932f9d, 0x9087, 0x4bb4, 0x84, 0x12, 0x51, 0x67, 0x14, 0x5c, 0xbe, 0x04);")
872 cpp_quote("EXTERN_GUID(MF_TOPONODE_SEQUENCE_ELEMENTID, 0x835c58ef, 0xe075, 0x4bc7, 0xbc, 0xba, 0x4d, 0xe0, 0x00, 0xdf, 0x9a, 0xe6);")
873 cpp_quote("EXTERN_GUID(MF_TOPONODE_SOURCE, 0x835c58ec, 0xe075, 0x4bc7, 0xbc, 0xba, 0x4d, 0xe0, 0x00, 0xdf, 0x9a, 0xe6);")
874 cpp_quote("EXTERN_GUID(MF_TOPONODE_STREAM_DESCRIPTOR, 0x835c58ee, 0xe075, 0x4bc7, 0xbc, 0xba, 0x4d, 0xe0, 0x00, 0xdf, 0x9a, 0xe6);")
875 cpp_quote("EXTERN_GUID(MF_TOPONODE_STREAMID, 0x14932f9b, 0x9087, 0x4bb4, 0x84, 0x12, 0x51, 0x67, 0x14, 0x5c, 0xbe, 0x04);")
876 cpp_quote("EXTERN_GUID(MF_TOPONODE_TRANSFORM_OBJECTID, 0x88dcc0c9, 0x293e, 0x4e8b, 0x9a, 0xeb, 0xa, 0xd6, 0x4c, 0xc0, 0x16, 0xb0);")
877 cpp_quote("EXTERN_GUID(MF_TOPONODE_WORKQUEUE_ID, 0x494bbcf8, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
878 cpp_quote("EXTERN_GUID(MF_TOPONODE_WORKQUEUE_ITEM_PRIORITY, 0xa1ff99be, 0x5e97, 0x4a53, 0xb4, 0x94, 0x56, 0x8c, 0x64, 0x2c, 0x0f, 0xf3);")
879 cpp_quote("EXTERN_GUID(MF_TOPONODE_WORKQUEUE_MMCSS_CLASS, 0x494bbcf9, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
880 cpp_quote("EXTERN_GUID(MF_TOPONODE_WORKQUEUE_MMCSS_PRIORITY, 0x5001f840, 0x2816, 0x48f4, 0x93, 0x64, 0xad, 0x1e, 0xf6, 0x61, 0xa1, 0x23);")
881 cpp_quote("EXTERN_GUID(MF_TOPONODE_WORKQUEUE_MMCSS_TASKID, 0x494bbcff, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
883 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_DXVA_MODE, 0x1e8d34f6, 0xf5ab, 0x4e23, 0xbb, 0x88, 0x87, 0x4a, 0xa3, 0xa1, 0xa7, 0x4d);")
884 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_DYNAMIC_CHANGE_NOT_ALLOWED, 0xd529950b, 0xd484, 0x4527, 0xa9, 0xcd, 0xb1, 0x90, 0x95, 0x32, 0xb5, 0xb0);")
885 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_ENABLE_XVP_FOR_PLAYBACK, 0x1967731f, 0xcd78, 0x42fc, 0xb0, 0x26, 0x09, 0x92, 0xa5, 0x6e, 0x56, 0x93);")
886 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_ENUMERATE_SOURCE_TYPES, 0x6248c36d, 0x5d0b, 0x4f40, 0xa0, 0xbb, 0xb0, 0xb3, 0x05, 0xf7, 0x76, 0x98);")
887 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_HARDWARE_MODE, 0xd2d362fd, 0x4e4f, 0x4191, 0xa5, 0x79, 0xc6, 0x18, 0xb6, 0x67, 0x06, 0xaf);")
888 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_NO_MARKIN_MARKOUT, 0x7ed3f804, 0x86bb, 0x4b3f, 0xb7, 0xe4, 0x7c, 0xb4, 0x3a, 0xfd, 0x4b, 0x80);")
889 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_PLAYBACK_FRAMERATE, 0xc164737a, 0xc2b1, 0x4553, 0x83, 0xbb, 0x5a, 0x52, 0x60, 0x72, 0x44, 0x8f);")
890 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_PLAYBACK_MAX_DIMS, 0x5715cf19, 0x5768, 0x44aa, 0xad, 0x6e, 0x87, 0x21, 0xf1, 0xb0, 0xf9, 0xbb);")
891 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_PROJECTSTART, 0x7ed3f802, 0x86bb, 0x4b3f, 0xb7, 0xe4, 0x7c, 0xb4, 0x3a, 0xfd, 0x4b, 0x80);")
892 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_PROJECTSTOP, 0x7ed3f803, 0x86bb, 0x4b3f, 0xb7, 0xe4, 0x7c, 0xb4, 0x3a, 0xfd, 0x4b, 0x80);")
893 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_RESOLUTION_STATUS, 0x494bbcde, 0xb031, 0x4e38, 0x97, 0xc4, 0xd5, 0x42, 0x2d, 0xd6, 0x18, 0xdc);")
894 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_START_TIME_ON_PRESENTATION_SWITCH, 0xc8cc113f, 0x7951, 0x4548, 0xaa, 0xd6, 0x9e, 0xd6, 0x20, 0x2e, 0x62, 0xb3);")
895 cpp_quote("EXTERN_GUID(MF_TOPOLOGY_STATIC_PLAYBACK_OPTIMIZATIONS, 0xb86cac42, 0x41a6, 0x4b79, 0x89, 0x7a, 0x1a, 0xb0, 0xe5, 0x2b, 0x4a, 0x1b);")
897 cpp_quote("EXTERN_GUID(MF_RATE_CONTROL_SERVICE, 0x866fa297, 0xb802, 0x4bf8, 0x9d, 0xc9, 0x5e, 0x3b, 0x6a, 0x9f, 0x53, 0xc9);")
898 cpp_quote("EXTERN_GUID(MF_LOCAL_MFT_REGISTRATION_SERVICE, 0xddf5cf9c, 0x4506, 0x45aa, 0xab, 0xf0, 0x6d, 0x5d, 0x94, 0xdd, 0x1b, 0x4a);")
900 cpp_quote("EXTERN_GUID(MF_SAMPLEGRABBERSINK_SAMPLE_TIME_OFFSET, 0x62e3d776, 0x8100, 0x4e03, 0xa6, 0xe8, 0xbd, 0x38, 0x57, 0xac, 0x9c, 0x47);")
901 cpp_quote("EXTERN_GUID(MF_SAMPLEGRABBERSINK_IGNORE_CLOCK, 0x0efda2c0, 0x2b69, 0x4e2e, 0xab, 0x8d, 0x46, 0xdc, 0xbf, 0xf7, 0xd2, 0x5d);")
903 cpp_quote("EXTERN_GUID(MF_SESSION_TOPOLOADER, 0x1e83d482, 0x1f1c, 0x4571, 0x84, 0x05, 0x88, 0xf4, 0xb2, 0x18, 0x1f, 0x71);")
904 cpp_quote("EXTERN_GUID(MF_SESSION_GLOBAL_TIME, 0x1e83d482, 0x1f1c, 0x4571, 0x84, 0x05, 0x88, 0xf4, 0xb2, 0x18, 0x1f, 0x72);")
905 cpp_quote("EXTERN_GUID(MF_SESSION_QUALITY_MANAGER, 0x1e83d482, 0x1f1c, 0x4571, 0x84, 0x05, 0x88, 0xf4, 0xb2, 0x18, 0x1f, 0x73);")
906 cpp_quote("EXTERN_GUID(MF_SESSION_CONTENT_PROTECTION_MANAGER, 0x1e83d482, 0x1f1c, 0x4571, 0x84, 0x05, 0x88, 0xf4, 0xb2, 0x18, 0x1f, 0x74);")
907 cpp_quote("EXTERN_GUID(MF_SESSION_SERVER_CONTEXT, 0xafe5b291, 0x50fa, 0x46e8, 0xb9, 0xbe, 0x0c, 0x0c, 0x3c, 0xe4, 0xb3, 0xa5);")
908 cpp_quote("EXTERN_GUID(MF_SESSION_REMOTE_SOURCE_MODE, 0xf4033ef4, 0x9bb3, 0x4378, 0x94, 0x1f, 0x85, 0xa0, 0x85, 0x6b, 0xc2, 0x44);")
909 cpp_quote("EXTERN_GUID(MF_SESSION_APPROX_EVENT_OCCURRENCE_TIME, 0x190e852f, 0x6238, 0x42d1, 0xb5, 0xaf, 0x69, 0xea, 0x33, 0x8e, 0xf8, 0x50);")
910 cpp_quote("EXTERN_GUID(MF_PMP_SERVER_CONTEXT, 0x2f00c910, 0xd2cf, 0x4278, 0x8b, 0x6a, 0xd0, 0x77, 0xfa, 0xc3, 0xa2, 0x5f);")
912 cpp_quote("EXTERN_GUID(CLSID_VideoProcessorMFT, 0x88753b26, 0x5b24, 0x49bd, 0xb2, 0xe7, 0xc, 0x44, 0x5c, 0x78, 0xc9, 0x82);")