VLink  2.0.0
A high-performance communication middleware
AudioFrame结构体 参考

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

#include <audio_frame.h>

AudioFrame 的协作图:

详细描述

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.


该结构体的文档由以下文件生成: