TrackHeaderBox
constructor(version: Byte, flags: List<TrackHeaderBox.TrackFlag>, id: Int, creationTime: Long = TimeUtils.utcNowIsom, modificationTime: Long = TimeUtils.utcNowIsom, duration: Long, layer: Short = 0, alternateGroup: Short = 0, volume: Float = 1.0f, transformationMatrix: IntArray = intArrayOf(
0x10000,
0,
0,
0,
0x10000,
0,
0,
0,
0x40000000
), resolution: Size)