#include <dshow.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 236 of file dshow.h.
| void(* libAVFilter::callback)(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time) |
Referenced by libAVMemInputPin_Receive().
| IReferenceClock* libAVFilter::clock |
| FILTER_INFO libAVFilter::info |
| const wchar_t* libAVFilter::name |
| void* libAVFilter::priv_data |
| long libAVFilter::ref |
| int64_t libAVFilter::start_time |
| FILTER_STATE libAVFilter::state |
Definition at line 246 of file dshow.h.
Referenced by dshow_add_device(), and libAVMemInputPin_Receive().
| IBaseFilterVtbl* libAVFilter::vtbl |
1.5.8