FPS Property

Summary

Gets or sets a value that determines the amount of displayed frames per seconds when running the animation.

Syntax

JavaScript Syntax
Object.defineProperty(CinePlayer.prototype, 'FPS', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
FPS: number; 

Property Value

Value the determine the amount of displayed frames per seconds when running the animation.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly