AudioFormat
data class AudioFormat(val sampleFormat: String? = null, val sampleRate: Int? = null, val channelLayout: String? = null) : FilterStep
Properties
Link copied to clipboard
Link copied to clipboard
The FFmpeg filter name, for capability checks. Null for Raw, whose content is opaque.
Link copied to clipboard
Link copied to clipboard