UNPKG
asf-file-props
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Extract basic metadata from ASF/WMA/WMV files
github.com/chamie/asf-file-props
chamie/asf-file-props
asf-file-props
/
dist
/
ASFFileProps.d.ts
8 lines
(7 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
ASFFileProps
= {
fileSize
:
bigint
;
creationDate
:
bigint
;
playDuration
:
bigint
;
preRoll
:
bigint
;
durationInSeconds
:
number
; };