oximedia-container 0.1.5

Container demuxer/muxer for OxiMedia
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Embedded file attachments.
//!
//! Provides attachment support for Matroska and MP4 containers.

#![forbid(unsafe_code)]

pub mod matroska;
pub mod mp4;

pub use matroska::{MatroskaAttachment, MatroskaAttachments, MimeTypes};
pub use mp4::{Mp4Attachment, Mp4AttachmentTypes};