maxSkip Property

Summary

Gets or sets the value that determines the maximum skipped frames count, which happens if the device is not capable of playing the animation using the specified FPS.

Syntax

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

Property Value

Value that determines the maximum skipped frames count, which happens if the device is not capable of playing the animation using the specified FPS.

Remarks

To make the viewer not skipped any frames if the device is not capable, set this value to 0, but that might make the viewer render the animation in less than the specified FPS if the device is not powerful enough. To change the FPS, refer to FPS To play the animation, use Play

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