TranscodingInfo
@Serializable
Class holding information on a running transcode.
Constructors
Link copied to clipboard
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>)
Properties
Link copied to clipboard
The audio channels.
Link copied to clipboard
The thread count used for encoding.
Link copied to clipboard
The completion percentage.
Link copied to clipboard
@SerialName(value = "HardwareAccelerationType")
The hardware acceleration type.
Link copied to clipboard
A value indicating whether the audio is passed through.
Link copied to clipboard
A value indicating whether the video is passed through.
Link copied to clipboard
The transcode reasons.
Link copied to clipboard
The thread count used for encoding.