-- Lingo syntax _player.digitalVideoTimeScale // JavaScript syntax _player.digitalVideoTimeScale;
Player property; determines the time scale, in units per second, that the system uses to track digital video cast members. Read/write.
The digitalVideoTimeScale property can be set to any value you choose.
The value of this property determines the fraction of a second that is used to track the video, as in the following examples:
Set digitalVideoTimeScale to precisely access tracks by ensuring that the system's time unit for video is a multiple of the digital video's time unit. Set the digitalVideoTimeScale property to a higher value to enable finer control of video playback.
This statement sets the time scale that the system uses to measure digital video to 600 units per second:
-- Lingo syntax _player.digitalVideoTimeScale = 600 // JavaScript syntax _player.digitalVideoTimeScale = 600;