You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ The `info` argument is an object with the following structure.
156
156
-**duration**: Number, providing the duration of the movie (unfragmented part) in timescale units,
157
157
-**isProgressive**: boolean, indicating if the file can be played progressively,
158
158
-**isFragmented**: boolean, indicating if the file is already fragmented,
159
-
-**fragment_duration**: Number, giving the duration of the fragmented part of the file, in timescale units,
159
+
-**fragment_duration**: Fraction, giving the duration of the fragmented part of the file along with the timescale (in the form `{ num: Number, den: Number }`)
160
160
-**hasIOD**: boolean, indicating if the file contains an MPEG-4 Initial Object Descriptor
0 commit comments