File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -67,4 +67,17 @@ export function licenses(): {
67
67
/** List the available protocols */
68
68
export function protocols ( ) : { inputs : Array < string > , outputs : Array < string > }
69
69
70
+ /** Read or set the logging level
71
+ * `quiet` - print no output.
72
+ * `panic` - something went really wrong - crash will follow
73
+ * `fatal` - recovery not possible
74
+ * `error` - lossless recovery not possible
75
+ * `warning` - something doesn't look correct
76
+ * `info` - standard information - the default
77
+ * `verbose` - detailed information
78
+ * `debug` - stuff which is only useful for libav* developers
79
+ * `trace` - extremely verbose debugging for libav* developers
80
+ */
81
+ export function logging ( level ?: string ) : string | undefined
82
+
70
83
export as namespace Beamcoder
You can’t perform that action at this time.
0 commit comments