Crate ezk

Source

Re-exports§

pub use error::Error;
pub use error::ErrorKind;
pub use error::Result;

Modules§

error
nodes
sync
Media stream synchronization tools

Macros§

any_of

Structs§

BoxedSource
Type erased source
BoxedSourceCancelSafe
BoxedSource with NextEventIsCancelSafe implemented
Frame
Range

Enums§

SourceEvent
ValueRange
Describes a range of allowed/supported values

Traits§

ConfigRange
Intersect
MediaType
NextEventIsCancelSafe
Types that implement Source and are allowed to prematurely drop the next_event future.
Source