SampleFormat

value class SampleFormat(val name: String)

Audio sample format. Planar variants store each channel in its own plane; packed variants interleave channels. s16 / s16p is the most common decoder output.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name-based heuristic (…p suffix). It is correct for every FFmpeg sample format name, and only meaningful for names FFmpeg actually knows.

Link copied to clipboard