Docs.rs
webrtc-media-0.5.0
webrtc-media 0.5.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rainliu
Dependencies
byteorder ^1
normal
bytes ^1
normal
derive_builder ^0.11.2
normal
displaydoc ^0.2.3
normal
rand ^0.8.5
normal
rtp ^0.6.7
normal
thiserror ^1.0
normal
webrtc-util ^0.7.0
normal
criterion ^0.3.5
dev
nearly_eq ^0.2.4
dev
Versions
33.08%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Merge
Required Methods
merge
Implementors
In webrtc_media::track::constraint
?
Trait
webrtc_media
::
track
::
constraint
::
Merge
source
·
[
−
]
pub trait Merge { fn
merge
(&mut self, other:
&
Self); }
Required Methods
source
fn
merge
(&mut self, other:
&
Self)
Implementors
source
impl
Merge
for
Audio
source
impl
Merge
for
Video