Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Create a duration in the Minute Seconde Frame format with everything is set to 0
Create a duration from the minutes and secondes
val minute_seconde_millieme_format :
min:int ->
sec:int ->
mil:int ->
[> `MinSecMil of int * int * int ]
Create a duration from the minutes, secondes and milliemes
val minute_seconde_frame_format :
min:int ->
sec:int ->
frame:int ->
[> `MinSecFra of int * int * int ]
Create a duration from the minutes, secondes and frames
val to_min_sec_fra :
[< `MinSec of 'a * 'b
| `MinSecFra of 'a * 'b * int
| `MinSecMil of 'a * 'b * int ] ->
[> `MinSecFra of 'a * 'b * int ]
Transform a duration to the MSF format