fix: docs dispatcher

This commit is contained in:
Elysia
2024-07-24 19:42:12 +07:00
parent 515615cb04
commit f96c623b04
5 changed files with 12 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ const BaseDispatcher = require('./BaseDispatcher');
* });
* ```
* @implements {VolumeInterface}
* @extends {WritableStream}
* @extends {BaseDispatcher}
*/
class VideoDispatcher extends BaseDispatcher {
constructor(player, highWaterMark = 12, streams, fps) {