mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
BaseOpusEngine should be private
This commit is contained in:
parent
5cad25ea69
commit
81b176cfea
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
/**
|
||||||
|
* The base opus encoding engine
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
class BaseOpus {
|
class BaseOpus {
|
||||||
/**
|
/**
|
||||||
* @param {Object} [options] The options to apply to the Opus engine
|
* @param {Object} [options] The options to apply to the Opus engine
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue