Crate rtp_types

source ·

Modules§

Structs§

  • A parsed RTP packet. A wrapper around a byte slice. Each field is only accessed when needed.
  • Struct for building a new RTP packet.
  • Mutable parsed RTP packet for editing of some fields.
  • An implementation of a RtpPacketWriter that writes to a &mut [u8]. Each packet will be written starting at the beginning of the provided slice.
  • An implementation of a RtpPacketWriter that writes to a &mut Vec<u8>. Each packet written will be appended to the provide Vec<u8>. You can clear() the vec in between packets to have each packet written from the beginning of the vec.
  • An implementation of a RtpPacketWriter that appends to a Vec<u8>.

Enums§