CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sidaeron

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    13,627

    Re: Video player in visual C++

    Oh I used CreateTimerQueueTimer, they worked fine. Thanks for the help!!!
  2. Replies
    11
    Views
    13,627

    Re: Video player in visual C++

    Hey I used WM_Timer as suggested...but for playing frame at 25 fps, if i give a timer for 40 ms, it doesnt play at 40 but a bit more...when I give it 32ms as timer, it plays good for about 5-6 sec...
  3. Replies
    11
    Views
    13,627

    Re: Video player in visual C++

    So this means the invalidate and updateWindow commands shoud be executed in a separate thread?
  4. Replies
    11
    Views
    13,627

    Video player in visual C++

    I have a code which is a set of rgb frames to be displayed at 25 fps to make it look like a video. While I createWindow invalidate and update it based on a timer, the video plays fine, but the...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured