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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.