Re-exports§
pub use bgzf::is_bgzf;pub use bgzf::validate_bgzf_streaming;pub use bgzf::validate_bgzf_strict;pub use bgzf::verify_bgzf;pub use bgzf::BgzfValidation;pub use bgzf::BgzfVerification;pub use bgzf::GziEntry;pub use bgzf::GziIndexBuilder;pub use deflate::tokens::LZ77Token;pub use error::Error;pub use error::Result;pub use transcoder::parallel::ParallelTranscoder;pub use transcoder::single::SingleThreadedTranscoder;
Modules§
Structs§
- Transcode
Config - Configuration for transcoding
- Transcode
Stats - Statistics from a transcoding operation
Enums§
- Compression
Level - Compression level for encoding (1-9)
- Format
Profile - Format profile for input-aware optimization
Traits§
- Transcoder
- Trait for the complete transcoding operation