diff options
Diffstat (limited to 'Src/Plugins/Input/in_dshow/CSampleCB.h')
-rw-r--r-- | Src/Plugins/Input/in_dshow/CSampleCB.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Src/Plugins/Input/in_dshow/CSampleCB.h b/Src/Plugins/Input/in_dshow/CSampleCB.h new file mode 100644 index 00000000..b8c7cd02 --- /dev/null +++ b/Src/Plugins/Input/in_dshow/CSampleCB.h @@ -0,0 +1,11 @@ +#ifndef NULLSOFT_IN_DSHOW_CSAMPLECB_H +#define NULLSOFT_IN_DSHOW_CSAMPLECB_H + +class CSampleCB +{ +public: + virtual void sample_cb(LONGLONG starttime, LONGLONG endtime, IMediaSample *pSample) { } + virtual void endofstream() { }} +; + +#endif |