Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to fastforward in directshow

how to fastforward in directshow

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    raj1576
    wrote on last edited by
    #1

    how to play file fastforward in directshow

    L C 2 Replies Last reply
    0
    • R raj1576

      how to play file fastforward in directshow

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Is this anything to do with C++ or MFC? If so please clarify what you are trying to do and what errors you receive.

      I must get a clever new signature for 2011.

      1 Reply Last reply
      0
      • R raj1576

        how to play file fastforward in directshow

        C Offline
        C Offline
        Cool_Dev
        wrote on last edited by
        #3

        You can use IMediaSeeking::SetRate Method. Obtain the IMediaSeeking interface from FilterGraphManager. I had tried this once, but the required filter in my graph(probably source filter or parser filter needs to implement this method) didn't implement this method. As it was for video playback, handled the play back rate manually with GetPositions and SetPositions methods of IMediaSeeking. However i think this is the only interface that the FilterGraphManager exposes for fast forward and backward playbacks.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups