frameRate

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the frameRate of <videoClip> to <timeDelay>
Summary

Specifies the delay between frames when playing a video clip.

Introduced1.0
OSmac, linux, ios, android
Platformsdesktop, server, mobile
Example
set the frameRate of videoClip 1 to 100
Values
NameTypeDescription
Value

The frameRate of a video clip is a non-negative integer. By default, the frameRate property of newly created video clips is set to zero.

RelatedKeyword: integer
Property: dontRefresh
Command: prepare
Function: milliseconds
Glossary: property, frame, video clip, non-negative
Description

Use the frameRate property to speed up or slow down a movie.

The frameRate is the number of milliseconds to wait between frames. If the frameRate is zero, LiveCode uses the frame rate built into the movie.

The setting of this property has no effect on Windows systems.

Tagsmultimedia