|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdbool.h>#include "dshow.h"#include "wine/unixlib.h"#include "winternl.h"#include "wine/debug.h"#include "wine/strmbase.h"

Go to the source code of this file.
Classes | |
| struct | create_params |
| struct | start_params |
| struct | destroy_params |
| struct | check_format_params |
| struct | set_format_params |
| struct | get_format_params |
| struct | get_media_type_params |
| struct | get_caps_params |
| struct | get_caps_count_params |
| struct | get_prop_range_params |
| struct | get_prop_params |
| struct | set_prop_params |
| struct | read_frame_params |
Macros | |
| #define | COBJMACROS |
| #define | NONAMELESSSTRUCT |
| #define | NONAMELESSUNION |
Typedefs | |
| typedef UINT64 | video_capture_device_t |
Functions | |
| HRESULT | audio_record_create (IUnknown *outer, IUnknown **out) |
| HRESULT | avi_compressor_create (IUnknown *outer, IUnknown **out) |
| HRESULT | avi_mux_create (IUnknown *outer, IUnknown **out) |
| HRESULT | capture_graph_create (IUnknown *outer, IUnknown **out) |
| HRESULT | file_writer_create (IUnknown *outer, IUnknown **out) |
| HRESULT | smart_tee_create (IUnknown *outer, IUnknown **out) |
| HRESULT | vfw_capture_create (IUnknown *outer, IUnknown **out) |
| #define COBJMACROS |
Definition at line 24 of file qcap_private.h.
| #define NONAMELESSSTRUCT |
Definition at line 25 of file qcap_private.h.
| #define NONAMELESSUNION |
Definition at line 26 of file qcap_private.h.
| typedef UINT64 video_capture_device_t |
Definition at line 46 of file qcap_private.h.
Definition at line 139 of file qcap_private.h.
Definition at line 791 of file audiorecord.c.
Definition at line 472 of file avico.c.
Definition at line 1842 of file avimux.c.
Definition at line 51 of file capturegraph.c.
Definition at line 316 of file filewriter.c.
Definition at line 317 of file smartteefilter.c.
Definition at line 984 of file vfwcapture.c.