winamp/Src/Plugins/Input/in_dshow/CSampleCB.h

12 lines
235 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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