CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomStreamingInfoTag Struct Reference

Streaming information. More...

#include <cri_le_atom.h>

Data Fields

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

Detailed Description

Streaming information.

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

Field Documentation

◆ 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.
Attention
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.

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