Home
last modified time | relevance | path

Searched refs:rtp_packet (Results 1 – 3 of 3) sorted by relevance

/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs214 let mut rtp_packet = webrtc::rtp::packet::Packet::unmarshal(&mut buf)?; in main() localVariable
215 rtp_packet.header.payload_type = c.payload_type; in main()
219 let n = rtp_packet.marshal_to(&mut b)?; in main()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs32 if let Ok((rtp_packet, _)) = result { in save_to_disk()
34 w.write_rtp(&rtp_packet)?; in save_to_disk()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs33 if let Ok((rtp_packet, _)) = result { in save_to_disk()
35 w.write_rtp(&rtp_packet)?; in save_to_disk()