rtp-parse 0.2.0

RTP packet library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub struct RtcpFbPsPacket;

impl RtcpFbPsPacket {
    pub const PT: u8 = 206;
}

pub struct RtcpFbTlPacket;

impl RtcpFbTlPacket {
    pub const PT: u8 = 205;
}