AVSAMPLEFMTS32
AVSAMPLEFMTS32 is a term used to refer to the collection of 32-bit per-sample audio formats within the AVSampleFormat system used by FFmpeg and related multimedia libraries. In practice, it usually encompasses the 32-bit signed integer formats such as AV_SAMPLE_FMT_S32 for interleaved data and AV_SAMPLE_FMT_S32P for planar data. This grouping is used when describing or selecting PCM audio data at a 32-bit depth.
The primary purpose of AVSAMPLEFMTS32 is to support format negotiation and data processing in tasks such as
Key characteristics of AVSAMPLEFMTS32 formats include a fixed 4 bytes per sample and, for planar variants,
Related concepts include AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT, and their planar counterparts, as well as utilities such as av_get_bytes_per_sample