CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Dec 2003
    Location
    Gods own country, India
    Posts
    248

    Exclamation Capture desktop screenshot( as bmp) with Windows Media Encoder APIs

    Hi gurus,

    I have used windows media apis to capture desktop and store as movie files.
    now i need to capture desktop screen using media apis, but need the output as bmps ( not as movie files, but still need fast captures )
    as far as i understand( or searched ), WM encoder outputs only movie files.

    Is there any method to capture the desktop using Windows Media Encoder APIs and get the frames as bmps?

    Thanks in advance
    Last edited by akgalp; September 9th, 2009 at 06:01 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured