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
/
src
/
ASFFileProps.ts
7 lines
•
162 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
type
ASFFileProps
= {
fileSize
:
bigint
,
creationDate
:
bigint
,
playDuration
:
bigint
,
preRoll
:
bigint
,
durationInSeconds
:
number
, }