| FFmpeg
    | 
#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, enum dshowDeviceType type) | 
Definition at line 249 of file dshow_capture.h.
| IBaseFilterVtbl* libAVFilter::vtbl | 
Definition at line 250 of file dshow_capture.h.
| long libAVFilter::ref | 
Definition at line 251 of file dshow_capture.h.
| const wchar_t* libAVFilter::name | 
Definition at line 252 of file dshow_capture.h.
| libAVPin* libAVFilter::pin | 
Definition at line 253 of file dshow_capture.h.
Referenced by dshow_open_device().
| FILTER_INFO libAVFilter::info | 
Definition at line 254 of file dshow_capture.h.
| FILTER_STATE libAVFilter::state | 
Definition at line 255 of file dshow_capture.h.
| IReferenceClock* libAVFilter::clock | 
Definition at line 256 of file dshow_capture.h.
Referenced by libAVMemInputPin_Receive().
| enum dshowDeviceType libAVFilter::type | 
Definition at line 257 of file dshow_capture.h.
Referenced by libAVMemInputPin_Receive().
| void* libAVFilter::priv_data | 
Definition at line 258 of file dshow_capture.h.
Referenced by libAVMemInputPin_Receive().
| int libAVFilter::stream_index | 
Definition at line 259 of file dshow_capture.h.
Referenced by dshow_add_device(), and libAVMemInputPin_Receive().
| int64_t libAVFilter::start_time | 
Definition at line 260 of file dshow_capture.h.
Referenced by libAVMemInputPin_Receive().
| void(* libAVFilter::callback)(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time, enum dshowDeviceType type) | 
Definition at line 261 of file dshow_capture.h.
Referenced by libAVMemInputPin_Receive().
 1.8.6
 1.8.6