copy

fun copy(mimeType: String = this.mimeType, startBitrate: Int = this.startBitrate, resolution: Size = this.resolution, fps: Int = this.fps, profile: Int = this.profile, level: Int = this.level, gopDuration: Float = this.gopDurationInS): VideoCodecConfig

Copies video configuration with new values