MovieHeaderBox

class MovieHeaderBox(val 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) : FullBox

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
open override val size: Int
Link copied to clipboard
protected val version: Byte

Functions

Link copied to clipboard
Link copied to clipboard
open override fun write(output: ByteBuffer)