| /webrtc/util/ |
| H A D | README.md | 6 <a href="https://github.com/webrtc-rs/util/actions"> 7 <img src="https://github.com/webrtc-rs/util/workflows/cargo/badge.svg"> 9 <a href="https://codecov.io/gh/webrtc-rs/util"> 10 <img src="https://codecov.io/gh/webrtc-rs/util/branch/main/graph/badge.svg"> 12 <a href="https://deps.rs/repo/github/webrtc-rs/util"> 13 <img src="https://deps.rs/repo/github/webrtc-rs/util/status.svg"> 15 <a href="https://crates.io/crates/webrtc-util"> 16 <img src="https://img.shields.io/crates/v/webrtc-util.svg"> 18 <a href="https://docs.rs/webrtc-util"> 19 <img src="https://docs.rs/webrtc-util/badge.svg">
|
| H A D | Cargo.toml | 2 name = "webrtc-util" 8 documentation = "https://docs.rs/webrtc-util" 10 repository = "https://github.com/webrtc-rs/util"
|
| H A D | CHANGELOG.md | 1 # webrtc-util changelog 23 …es, but not always, available in the [GitHub Releases](https://github.com/webrtc-rs/util/releases).
|
| /webrtc/rtp/src/extension/video_orientation_extension/ |
| H A D | mod.rs | 8 use util::{marshal::Unmarshal, Marshal, MarshalSize}; 68 fn unmarshal<B>(buf: &mut B) -> util::Result<Self> in unmarshal() 92 fn marshal_to(&self, mut buf: &mut [u8]) -> util::Result<usize> { in marshal_to() 104 type Error = util::Error; 110 _ => Err(util::Error::Other(format!( in try_from() 118 type Error = util::Error; 126 _ => Err(util::Error::Other(format!( in try_from()
|
| /webrtc/data/src/ |
| H A D | error.rs | 24 Util(#[from] util::Error), 35 impl From<Error> for util::Error { 37 util::Error::from_std(e) in from() 55 impl PartialEq<util::Error> for Error { 56 fn eq(&self, other: &util::Error) -> bool { in eq() 64 impl PartialEq<Error> for util::Error {
|
| /webrtc/rtp/src/ |
| H A D | error.rs | 59 Util(#[from] util::Error), 65 impl From<Error> for util::Error { 67 util::Error::from_std(e) in from() 71 impl PartialEq<util::Error> for Error { 72 fn eq(&self, other: &util::Error) -> bool { in eq()
|
| /webrtc/rtcp/src/ |
| H A D | error.rs | 101 Util(#[from] util::Error), 107 impl From<Error> for util::Error { 109 util::Error::from_std(e) in from() 113 impl PartialEq<util::Error> for Error { 114 fn eq(&self, other: &util::Error) -> bool { in eq()
|
| H A D | raw_packet.rs | 1 use crate::{error::Error, header::*, packet::Packet, util::*}; 3 use util::marshal::{Marshal, MarshalSize, Unmarshal}; 64 fn marshal_to(&self, mut buf: &mut [u8]) -> Result<usize, util::Error> { in marshal_to() 76 fn unmarshal<B>(raw_packet: &mut B) -> Result<Self, util::Error> in unmarshal()
|
| H A D | reception_report.rs | 1 use crate::{error::Error, header::*, packet::*, util::*}; 2 use util::marshal::{Marshal, MarshalSize, Unmarshal}; 93 fn marshal_to(&self, mut buf: &mut [u8]) -> Result<usize, util::Error> { in marshal_to() 141 fn unmarshal<B>(raw_packet: &mut B) -> Result<Self, util::Error> in unmarshal()
|
| /webrtc/dtls/examples/hub/ |
| H A D | Cargo.toml | 7 util = { path = "../../../util", package = "webrtc-util", default-features = false, features = [
|
| /webrtc/rtcp/ |
| H A D | Cargo.toml | 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/rtp/ |
| H A D | Cargo.toml | 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/ice/src/agent/ |
| H A D | agent_transport.rs | 8 use util::Conn; 166 async fn connect(&self, _addr: SocketAddr) -> std::result::Result<(), util::Error> { in connect() 170 async fn recv(&self, buf: &mut [u8]) -> std::result::Result<usize, util::Error> { in recv() 187 ) -> std::result::Result<(usize, SocketAddr), util::Error> { in recv_from() 196 async fn send(&self, buf: &[u8]) -> std::result::Result<usize, util::Error> { in send() 202 return Err(util::Error::Other("ErrIceWriteStunMessage".into())); in send() 226 ) -> std::result::Result<usize, util::Error> { in send_to() 230 fn local_addr(&self) -> std::result::Result<SocketAddr, util::Error> { in local_addr() 242 async fn close(&self) -> std::result::Result<(), util::Error> { in close()
|
| /webrtc/rtp/src/extension/transport_cc_extension/ |
| H A D | mod.rs | 6 use util::marshal::{Marshal, MarshalSize, Unmarshal}; 29 fn unmarshal<B>(raw_packet: &mut B) -> Result<Self, util::Error> in unmarshal() 54 fn marshal_to(&self, mut buf: &mut [u8]) -> Result<usize, util::Error> { in marshal_to()
|
| /webrtc/rtp/src/extension/audio_level_extension/ |
| H A D | mod.rs | 6 use util::marshal::{Marshal, MarshalSize, Unmarshal}; 40 fn unmarshal<B>(raw_packet: &mut B) -> Result<Self, util::Error> in unmarshal() 67 fn marshal_to(&self, mut buf: &mut [u8]) -> Result<usize, util::Error> { in marshal_to()
|
| /webrtc/interceptor/ |
| H A D | Cargo.toml | 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/data/ |
| H A D | Cargo.toml | 16 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/stun/ |
| H A D | Cargo.toml | 18 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/srtp/ |
| H A D | Cargo.toml | 14 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/sctp/ |
| H A D | Cargo.toml | 16 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/mdns/ |
| H A D | Cargo.toml | 20 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/data/src/message/ |
| H A D | mod.rs | 14 use util::marshal::*; 35 fn marshal_to(&self, mut buf: &mut [u8]) -> Result<usize, util::Error> { in marshal_to() 49 fn unmarshal<B>(buf: &mut B) -> Result<Self, util::Error> in unmarshal()
|
| /webrtc/turn/ |
| H A D | Cargo.toml | 17 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/ice/ |
| H A D | Cargo.toml | 16 util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, fe…
|
| /webrtc/rtp/src/extension/abs_send_time_extension/ |
| H A D | mod.rs | 5 use util::marshal::{Marshal, MarshalSize, Unmarshal}; 21 fn unmarshal<B>(raw_packet: &mut B) -> Result<Self, util::Error> in unmarshal() 48 fn marshal_to(&self, mut buf: &mut [u8]) -> Result<usize, util::Error> { in marshal_to()
|