FFmpeg
|
#include <dshow_capture.h>
Data Fields | |
IPinVtbl * | vtbl |
long | ref |
DShowFilter * | filter |
IPin * | connectedto |
AM_MEDIA_TYPE | type |
IMemInputPinVtbl * | imemvtbl |
Definition at line 161 of file dshow_capture.h.
IPinVtbl* DShowPin::vtbl |
Definition at line 164 of file dshow_capture.h.
long DShowPin::ref |
Definition at line 165 of file dshow_capture.h.
DShowFilter* DShowPin::filter |
Definition at line 166 of file dshow_capture.h.
Referenced by ff_dshow_meminputpin_Receive().
IPin* DShowPin::connectedto |
Definition at line 167 of file dshow_capture.h.
AM_MEDIA_TYPE DShowPin::type |
Definition at line 168 of file dshow_capture.h.
IMemInputPinVtbl* DShowPin::imemvtbl |
Definition at line 169 of file dshow_capture.h.