Gets or sets a value that determines the amount of displayed frames per seconds when running the animation.
Object.defineProperty(CinePlayer.prototype, 'FPS',
get: function(),
set: function(value)
)
FPS: number;
Value the determine the amount of displayed frames per seconds when running the animation.
Sometimes the device is not fast enough to render all the frames you specify in this property. To resolve this, refer to MaxSkip The default value is 30, which means the animation will render 30 frames per second.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET