Enum StandardFrameRates
The standard frame rates supported when locking Timeline playback to frames. The frame rate is expressed in frames per second (fps).
Namespace: UnityEngine.Timeline
Assembly: Unity.Timeline.dll
Syntax
public enum StandardFrameRates
Fields
Name | Description |
---|---|
Fps23_97 | Represents a drop frame rate of 23.97 fps. This is the common frame rate for NTSC film broadcast. |
Fps24 | Represents a frame rate of 24 fps. This is the common frame rate for film. |
Fps25 | Represents a frame rate of 25 fps. This is commonly used for non-interlaced PAL television broadcast. |
Fps29_97 | Represents a drop frame rate of 29.97 fps. This is commonly used for NTSC television broadcast. |
Fps30 | Represents a frame rate of 30 fps. This is commonly used for HD footage. |
Fps50 | Represents a frame rate of 50 fps. This is commonly used for interlaced PAL television broadcast. |
Fps59_94 | Represents a drop frame rate of 59.94 fps. This is commonly used for interlaced NTSC television broadcast. |
Fps60 | Represents a frame rate of 60 fps. This is commonly used for games. |