async-mp4 0.1.1

Async Mp4 Muxer and Demuxer in pure rust
Documentation
1
2
3
4
5
6
7
8
9
use crate::full_box;
use crate::types::versioned_u32_u64::VersionedU32U64;

full_box! {
    box (b"tfdt", Tfdt, TfdtBox, u32)
    data {
        base_media_decode_time: VersionedU32U64,
    }
}