|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| struct strmbase_filter | filter |
| IAMStreamConfig | IAMStreamConfig_iface |
| IAMVideoControl | IAMVideoControl_iface |
| IAMVideoProcAmp | IAMVideoProcAmp_iface |
| IAMFilterMiscFlags | IAMFilterMiscFlags_iface |
| IPersistPropertyBag | IPersistPropertyBag_iface |
| BOOL | init |
| struct strmbase_source | source |
| IKsPropertySet | IKsPropertySet_iface |
| video_capture_device_t | device |
| FILTER_STATE | state |
| CONDITION_VARIABLE | state_cv |
| CRITICAL_SECTION | state_cs |
| HANDLE | thread |
Definition at line 32 of file vfwcapture.c.
| video_capture_device_t vfw_capture::device |
Definition at line 45 of file vfwcapture.c.
| struct strmbase_filter vfw_capture::filter |
Definition at line 34 of file vfwcapture.c.
| IAMFilterMiscFlags vfw_capture::IAMFilterMiscFlags_iface |
Definition at line 38 of file vfwcapture.c.
Referenced by impl_from_IAMFilterMiscFlags().
| IAMStreamConfig vfw_capture::IAMStreamConfig_iface |
Definition at line 35 of file vfwcapture.c.
Referenced by impl_from_IAMStreamConfig().
| IAMVideoControl vfw_capture::IAMVideoControl_iface |
Definition at line 36 of file vfwcapture.c.
Referenced by impl_from_IAMVideoControl().
| IAMVideoProcAmp vfw_capture::IAMVideoProcAmp_iface |
Definition at line 37 of file vfwcapture.c.
Referenced by impl_from_IAMVideoProcAmp().
| IKsPropertySet vfw_capture::IKsPropertySet_iface |
Definition at line 43 of file vfwcapture.c.
Referenced by impl_from_IKsPropertySet().
| BOOL vfw_capture::init |
Definition at line 40 of file vfwcapture.c.
| IPersistPropertyBag vfw_capture::IPersistPropertyBag_iface |
Definition at line 39 of file vfwcapture.c.
Referenced by impl_from_IPersistPropertyBag().
| struct strmbase_source vfw_capture::source |
Definition at line 42 of file vfwcapture.c.
| FILTER_STATE vfw_capture::state |
Definition at line 50 of file vfwcapture.c.
| CRITICAL_SECTION vfw_capture::state_cs |
Definition at line 52 of file vfwcapture.c.
| CONDITION_VARIABLE vfw_capture::state_cv |
Definition at line 51 of file vfwcapture.c.
| HANDLE vfw_capture::thread |
Definition at line 54 of file vfwcapture.c.