[ Version ( deprecated = true ) ]
public uint64 to_position (Format format, uint64 running_time)
Warning: to_position is deprecated.
Convert running_time
into a position in the segment so that
to_running_time with that position returns running_time
.
Use position_from_running_time instead.
this |
a Segment structure. |
format |
the format of the segment. |
running_time |
the running_time in the segment |
the position in the segment for |