INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: willrbaar on January 27, 2016, 05:51:49 pm

Title: Fast Forward Command Parameters Working?
Post by: willrbaar 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.
Title: Re: Fast Forward Command Parameters Working?
Post by: Matt 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.
Title: Re: Fast Forward Command Parameters Working?
Post by: willrbaar 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.