TranscodingInfo
constructor(audioCodec: String? = null, videoCodec: String? = null, container: String? = null, isVideoDirect: Boolean, isAudioDirect: Boolean, bitrate: Int? = null, framerate: Float? = null, completionPercentage: Double? = null, width: Int? = null, height: Int? = null, audioChannels: Int? = null, hardwareAccelerationType: HardwareAccelerationType? = null, transcodeReasons: List<TranscodeReason>)