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
8
9
10
pub mod annexb;
pub mod annexb_rw;
pub mod sps_vui;

pub use annexb::{
    split_nalu, AnnexBHelpers, H264Helpers, H264NalUnitType, H265Helpers, H265NalUnitType,
    START_CODE_3,
};
pub use annexb_rw::{AnnexBBitstreamReader, AnnexBBitstreamWriter};
pub use sps_vui::rewrite_sps_vui;