CRI ADX  Last Updated: 2024-07-17 10:48 p
CriAtomStreamingInfoTag结构体 参考

Streaming information 更多...

#include <cri_le_atom.h>

成员变量

CriSint32 num_streaming
 Current number of streaming sounds 更多...
 
CriFloat32 total_bps
 Current total streaming bit rate 更多...
 
CriFloat32 worst_latency
 Current worst start playback latency 更多...
 

详细描述

Streaming information

Description:
The streaming status at the point when the information was acquired by the criAtom_GetStreamingInfo function.
参见
criAtom_GetStreamingInfo

结构体成员变量说明

◆ num_streaming

CriSint32 num_streaming

Current number of streaming sounds

Description:
The number of streaming sounds at the time when the information was acquired.
This value changes as the number of streaming playbacks increases or decreases.

◆ total_bps

CriFloat32 total_bps

Current total streaming bit rate

Description:
The total consumed bit rate for all streaming playback at the time when the information was acquired.
This value changes as the number of streaming playbacks increases or decreases.
The unit for this value is [bps] (bits per second).

◆ worst_latency

CriFloat32 worst_latency

Current worst start playback latency

Description:
The predicted worst start playback latency for new streaming playback at the time when the information was acquired.
The unit for this value is [sec] (second).
This value is only a prediction of the maximum delay, and does not mean that new streaming playback will always be delayed by the time represented by this value.
注意
When a new streaming playback is added,
an accurate delay time will be recalculated based on the bit rate of the stream data after it is loaded.

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