Expand description
Convenience re-exports for the most common types.
use renderbox_sdk::prelude::*;This imports Stream, sort markers (Video, Audio),
graph entry/exit points (input, output, output_video,
output_audio, output_encoded), and PlanBuilder.
Individual operations live in crate::ops and are imported
explicitly — the prelude intentionally stays small.
Re-exports§
pub use crate::sorts::Audio;pub use crate::sorts::Video;pub use crate::graph::input;pub use crate::graph::output;pub use crate::graph::output_audio;pub use crate::graph::output_encoded;pub use crate::graph::output_video;pub use crate::graph::PlanBuilder;pub use crate::graph::Stream;