VLink  2.0.0
A high-performance communication middleware
AudioFrame Struct Reference

128-byte POD container holding one audio packet with full sample-format metadata. More...

#include <audio_frame.h>

Collaboration diagram for AudioFrame:

Detailed Description

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.


The documentation for this struct was generated from the following file: