discord-stream-rs 0.1.3

Discord voice/video streaming library for selfbots, ported from @dank074/discord-video-stream
Documentation
1
2
3
4
5
6
7
/// FFmpeg codec IDs — mirrors `LibavCodecId.ts` (`AVCodecID` enum).
///
/// Rather than duplicating all 500+ entries, we re-export the canonical type
/// from `ffmpeg_next::codec::id::Id`, which is generated from the same
/// `codec_id.h` header that the TypeScript file was taken from.

pub use ffmpeg_next::codec::id::Id as AVCodecID;