media-pp 0.1.6

A small, GStreamer-flavored media pipeline library built on FFmpeg.
Documentation
1
2
3
4
5
6
7
8
9
10
mod command;
mod peer;
mod track;

pub use command::{TrackId, WebRtcError};
pub use peer::WebRtcPeer;
pub use track::{WebRtcHandle, WebRtcTrackSink, WebRtcTrackSource};

#[cfg(test)]
mod tests;