Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Slowmotion



> Christian Gmeiner wrote:
> 
> Hi Mailinglist,
> 
> i have here a question again :) If i press pause in replay mode and press then forward or backward this function is called:
> 
>   virtual void TrickSpeed(int Speed);
>        ///< Sets the device into a mode where replay is done slower.
>        ///< Every single frame shall then be displayed the given number of
>        ///< times.
> 
> I am correct?
> 
> Now i want to know what values Speed can have.

int cDvbPlayer::Speeds[] = { 0, -2, -4, -8, 1, 2, 4, 12, 0 };

Klaus




Home | Main Index | Thread Index