INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Fast Forward Command Parameters Working?  (Read 1168 times)

willrbaar

  • Junior Woodchuck
  • **
  • Posts: 51
Fast Forward Command Parameters Working?
« on: January 27, 2016, 05:51:49 pm »

I'm trying to use the 'Fast Forward' Command, core command number 10008, to speed up the "Recorded TV" playback a little bit so that the voice would still come through (we could do this on Windows Media Center and the wife liked it.).  I tried to use the parameters for the command, but they seem to have no affect on the 'Fast Forward' behavior.  Does anyone know how to implement the parameters? or are they no longer valid?  Does anyone know how to do what I'm trying to do.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41964
  • Shoes gone again!
Re: Fast Forward Command Parameters Working?
« Reply #1 on: January 28, 2016, 06:42:18 am »

The parameter says [int nRate].

Then when it's handled, we decide if we're seeking on fast forward or issuing the fast forward.

Looking at the video engine when it actually gets the fast forward command, it doesn't use the rate.

It just calls:
m_spDXPlayer->FastForward();

And I think that just cycles through set fast forward speeds.
Logged
Matt Ashland, JRiver Media Center

willrbaar

  • Junior Woodchuck
  • **
  • Posts: 51
Re: Fast Forward Command Parameters Working?
« Reply #2 on: January 28, 2016, 01:49:50 pm »

Matt:  Thanks for the reply.  Looks like I can't do what I was wanting to do.  If you have an alternative, then I would like to hear.  Thanks again.
Logged
Pages: [1]   Go Up