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
TypeScript
JavaScript
Object.defineProperty(CinePlayer.prototype, 'maxSkip', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly