MovieHeaderBox

constructor(version: Byte, creationTime: Long = TimeUtils.utcNowIsom, modificationTime: Long = TimeUtils.utcNowIsom, timescale: Int, duration: Long, rate: Float = 1.0f, volume: Float = 1.0f, transformationMatrix: IntArray = intArrayOf( 0x10000, 0, 0, 0, 0x10000, 0, 0, 0, 0x40000000 ), nextTrackId: Int)