async-mp4 0.1.1

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

full_box! {
    box (b"mfhd", Mfhd, MfhdBox, u32)
    data {
        sequence_number: u32
    }
}