#include <dshow_capture.h>
Data Fields | |
| IBaseFilterVtbl * | vtbl |
| long | ref |
| const wchar_t * | name |
| libAVPin * | pin |
| FILTER_INFO | info |
| FILTER_STATE | state |
| IReferenceClock * | clock |
| enum dshowDeviceType | type |
| void * | priv_data |
| int | stream_index |
| int64_t | start_time |
| void(* | callback )(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time) |
Definition at line 239 of file dshow_capture.h.
Referenced by libAVMemInputPin_Receive().
| IReferenceClock* libAVFilter::clock |
| FILTER_INFO libAVFilter::info |
Definition at line 244 of file dshow_capture.h.
| const wchar_t* libAVFilter::name |
Definition at line 242 of file dshow_capture.h.
Definition at line 243 of file dshow_capture.h.
| void* libAVFilter::priv_data |
| long libAVFilter::ref |
Definition at line 241 of file dshow_capture.h.
| int64_t libAVFilter::start_time |
| FILTER_STATE libAVFilter::state |
Definition at line 245 of file dshow_capture.h.
Definition at line 249 of file dshow_capture.h.
Referenced by dshow_add_device(), and libAVMemInputPin_Receive().
| IBaseFilterVtbl* libAVFilter::vtbl |
Definition at line 240 of file dshow_capture.h.
1.5.8