mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 17:49:16 +02:00
Correct some typos, expose codecs in the main module (woops), and provide Typescript types (d.ts files)
This commit is contained in:
parent
28e8a8e449
commit
d5971c0fdb
23 changed files with 701 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @typdef ProbeStream ffprobe -show_streams -print_format json. Only the fields we care about.
|
||||
* @typedef ProbeStream ffprobe -show_streams -print_format json. Only the fields we care about.
|
||||
* @property {number} index
|
||||
* @property {string} codec_name
|
||||
* @property {string} codec_long_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue