get_frame_time
Description:
Converts the given frame number into a timestamp, using the "natural" frame rate of the asset.
You can use this to reference a specific frame in a media file and use this as, for example, the `in-point` or `max-duration` of a Clip.
Parameters:
this |
The object for which to compute timestamp for specifed frame |
frame_number |
The frame number we want the internal time coordinate timestamp of |
Returns:
The timestamp corresponding to |