Directshow - can a filter detect that the user is currently seeking?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have one in-place Directshow transform filter, and I am currently scratching my head looking for ways for the filter to detect that the user is currently seeking through the file (in lieu of the filter playing continous frames). If the user is currently seeking, I want to reset some variables in my filter. Is there a way to do this? Thanks!