diff options
| author | Zeyla Hellyer <[email protected]> | 2018-07-09 16:29:34 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-07-09 16:30:21 -0700 |
| commit | 5dab87b0ff0097eb78abc1089c6a51ea05aa2273 (patch) | |
| tree | 326c46867e9b2c3ad739552e0adba2bbac4e587b /src/voice/mod.rs | |
| parent | Add a message cache API (#345) (diff) | |
| download | serenity-5dab87b0ff0097eb78abc1089c6a51ea05aa2273.tar.xz serenity-5dab87b0ff0097eb78abc1089c6a51ea05aa2273.zip | |
Add voice::streamer::ffmpeg_optioned
Add a method for specifying custom ffmpeg arguments.
Closes #266.
Diffstat (limited to 'src/voice/mod.rs')
| -rw-r--r-- | src/voice/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/voice/mod.rs b/src/voice/mod.rs index 51fb0e2..7b5aaa0 100644 --- a/src/voice/mod.rs +++ b/src/voice/mod.rs @@ -26,6 +26,7 @@ pub use self::{ streamer::{ dca, ffmpeg, + ffmpeg_optioned, opus, pcm, ytdl |