UNPKG

asf-file-props

Version:

Extract basic metadata from ASF/WMA/WMV files

8 lines (7 loc) 165 B
export type ASFFileProps = { fileSize: bigint; creationDate: bigint; playDuration: bigint; preRoll: bigint; durationInSeconds: number; };