Capture each WPF MediaElement frame

Posted by luvieere on Stack Overflow See other posts from Stack Overflow or by luvieere
Published on 2010-06-11T15:40:36Z Indexed on 2010/06/11 15:42 UTC
Read the original article Hit count: 1017

Filed under:
|
|
|

Is there a way to capture each WPF MediaElement frame? Like an event that fires at each rendered frame and allows me to access it. If MediaElement does not provide such functionality, how could it be implemented or what other control could I use? On a side note, is there such a control or method that would allow for off-screen fast rendering of media clips with frame capture? (so I could process frames as fast as possible)

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf