Pudu programming language
Menu
API reference

Std.Video.Rate

1 declaration

type

Rate

This declaration introduces a public type.

What it does

A frame rate as an exact fraction of frames per second.

Broadcast rates such as 30000/1001 are not whole numbers, and a rate stored

as binary floating point places frames a little wrong on every tick; a

fraction places every frame exactly for as long as a stream runs.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.VideoSearch related declarations