LibreOffice Module slideshow (master) 1
Static Public Attributes | List of all members
slideshow::internal::FrameRate Class Reference

Some frame rate related data. More...

#include <framerate.hxx>

Static Public Attributes

static const sal_Int32 MinimumFramesPerSecond = 10
 The minimum number of frames per second is used to calculate the minimum number of frames that is to be shown for active activities. More...
 
static const sal_Int32 PreferredFramesPerSecond = 50
 Aim high with the number of preferred number of frames per second. More...
 

Detailed Description

Some frame rate related data.

Definition at line 29 of file framerate.hxx.

Member Data Documentation

◆ MinimumFramesPerSecond

const sal_Int32 slideshow::internal::FrameRate::MinimumFramesPerSecond = 10
static

The minimum number of frames per second is used to calculate the minimum number of frames that is to be shown for active activities.

Definition at line 35 of file framerate.hxx.

Referenced by slideshow::internal::AnimationBaseNode::fillCommonParameters().

◆ PreferredFramesPerSecond

const sal_Int32 slideshow::internal::FrameRate::PreferredFramesPerSecond = 50
static

Aim high with the number of preferred number of frames per second.

This number is the maximum as well and the true number will be lower.

Definition at line 40 of file framerate.hxx.


The documentation for this class was generated from the following file: