handle string ffmpeg input (#2064)

* handle string ffmpeg input

* rename stuff for new purpose

* file prefix isn't needed

* pass tests

* remove dumb spaces in dispatcher docs
This commit is contained in:
Will Nelson
2017-10-27 14:42:21 -07:00
committed by Amish Shah
parent 8a87cbf404
commit dbf4ef9a7c
7 changed files with 18 additions and 15 deletions

View File

@@ -147,7 +147,7 @@ class StreamDispatcher extends Writable {
/**
* Sets the expected packet loss percentage if using a compatible Opus stream.
* @param {number} value between 0 and 1
* @param {number} value between 0 and 1
* @returns {boolean} Returns true if it was successfully set.
*/
setPLP(value) {
@@ -158,7 +158,7 @@ class StreamDispatcher extends Writable {
/**
* Enables or disables forward error correction if using a compatible Opus stream.
* @param {boolean} enabled true to enable
* @param {boolean} enabled true to enable
* @returns {boolean} Returns true if it was successfully set.
*/
setFEC(enabled) {