From 81b176cfead4cbc4de2916ea9f4ba79f09f5d0e2 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sun, 30 Apr 2017 11:01:26 +0100 Subject: [PATCH] BaseOpusEngine should be private --- src/client/voice/opus/BaseOpusEngine.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/client/voice/opus/BaseOpusEngine.js b/src/client/voice/opus/BaseOpusEngine.js index ad34a224c..67a7209eb 100644 --- a/src/client/voice/opus/BaseOpusEngine.js +++ b/src/client/voice/opus/BaseOpusEngine.js @@ -1,3 +1,7 @@ +/** + * The base opus encoding engine + * @private + */ class BaseOpus { /** * @param {Object} [options] The options to apply to the Opus engine