struct HB_AUDIO_FRAME_S frames; struct HB_AUDIO_STREAM_S streams; AENC_STREAM_INFO pInfo; NDI_AUDIO_STREAM_S ndi_acc_stream; uint64_t timestamp;
时间: 2023-08-06 17:08:00 浏览: 84
struct_vc.rar_VC 数据结构_struct VC_vc SeqList
这是一段 C 语言代码,定义了五个变量:`frames`,`streams`,`pInfo`,`ndi_acc_stream` 和 `timestamp`。其中 `frames` 和 `streams` 是结构体类型,`pInfo` 是结构体类型变量,`ndi_acc_stream` 是结构体类型变量,`timestamp` 是 `uint64_t` 类型变量。具体的内容需要根据上下文来确定。
阅读全文