media-pp 0.2.0

A small, GStreamer-flavored media pipeline library built on FFmpeg. Capture, composite and encode without leaving the GPU, on D3D11 and CUDA.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod command;
mod peer;
mod stream_info;
mod track;

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

#[cfg(test)]
mod tests;