rustrtc 0.3.139

A high-performance real-time communication library — WebRTC, RTP/SRTP, T.38 Fax, and RTP Latching
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod endpoint;
pub mod ifp;
pub mod per;
pub mod t30;
pub mod t4;
pub mod wire;

pub use endpoint::{FaxEndpoint, FaxRxPacket, ReceiveCodec};
pub use ifp::*;
pub use t4::{encode_mh_page, encode_mh_page_no_rtc};
pub use t30::*;
pub use wire::{
    WireDataField, WirePacket, WireRxError, WireRxEvent, classify_seq_no_offset, decode_wire,
    encode_wire_data, encode_wire_indicator,
};