|
VLink
2.0.0
A high-performance communication middleware
|
128-byte POD container holding one audio packet with full sample-format metadata. More...
#include <audio_frame.h>
128-byte POD container holding one audio packet with full sample-format metadata.
The struct size is locked at 128 bytes on 64-bit targets via static_assert; 32-bit toolchains emit a compile-time warning. The struct embeds a Header prefix and exposes both PCM-specific (sample rate, channels, bit depth) and codec-specific (codec name, bitrate) metadata.