ezuikit-flv 1.0.3-alpha.7 → 1.0.3-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/decoder.js +1 -1
- package/index.js +2 -2
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ declare class EzuikitFlv extends EventEmitter<string | symbol, any> {
|
|
|
133
133
|
/**
|
|
134
134
|
* @description 获取回放地址
|
|
135
135
|
* @private
|
|
136
|
-
* @returns {Promise<
|
|
136
|
+
* @returns {Promise<string>} // 空字符表示失败
|
|
137
137
|
*/
|
|
138
138
|
private _getNewPlaybackPlayUrl;
|
|
139
139
|
/**
|