copy
fun copy(title: String? = this.title, duration: Long? = this.duration, width: Int? = this.width, height: Int? = this.height, bitrate: Long? = this.bitrate, frameRate: Float? = this.frameRate, mimeType: String? = this.mimeType, audioChannels: Int? = this.audioChannels, audioSampleRate: Int? = this.audioSampleRate): VideoMetadata