RoundingMethod
Bases: Enum
Method used to adjust presentation timestamps (PTS).
Source code in video_timestamps/rounding_method.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | |
FLOOR = auto()
class-attribute
instance-attribute
Floor
ROUND = auto()
class-attribute
instance-attribute
Round half up