Yadif Config Response
data class YadifConfigResponse(val deinterlaceAllFrames: Boolean, val disableSpatialInterlacing: Boolean, val mode: String, val parity: String)
Yet Another Deinterlacing Filter Configuration.
Constructors
Link copied to clipboard
fun YadifConfigResponse(deinterlaceAllFrames: Boolean, disableSpatialInterlacing: Boolean, mode: String, parity: String)