CTR Pia
4.11.3
Game Communication Engine
|
Contains audio streaming information. More...
Public Attributes | |
u32 | bufferCount |
nn::os::Tick | bufferLatency |
nn::os::Tick | clockSkew |
Codec | codec |
u32 | continuousDrop |
u32 | dropCount |
u32 | duplicateCount |
u32 | internalLatency |
u32 | jamCount |
nn::os::Tick | jitter |
u32 | lateCount |
u32 | recentLateCount |
u32 | recentLateRatio |
u32 | recentReceiveCount |
u32 | recoverCount |
u32 | recoverUsingSpareCount |
u32 | sequence |
u32 | waitCount |
Contains audio streaming information.
u32 nn::pia::chat::AudioInfo::bufferCount |
Specifies the number of packets in the jitter buffer.
nn::os::Tick nn::pia::chat::AudioInfo::bufferLatency |
Specifies the jitter buffer latency.
nn::os::Tick nn::pia::chat::AudioInfo::clockSkew |
Specifies the clock skew (in ticks).
Codec nn::pia::chat::AudioInfo::codec |
Specifies the audio codec of the peer.
u32 nn::pia::chat::AudioInfo::continuousDrop |
Specifies the most recent number of consecutive dropped packets.
u32 nn::pia::chat::AudioInfo::dropCount |
Specifies the number of packets that were dropped.
u32 nn::pia::chat::AudioInfo::duplicateCount |
Specifies the number of duplicate packets.
u32 nn::pia::chat::AudioInfo::internalLatency |
Specifies the internal receive latency amount.
u32 nn::pia::chat::AudioInfo::jamCount |
Specifies the number of packets that did not arrive in order.
nn::os::Tick nn::pia::chat::AudioInfo::jitter |
Specifies the maximum jitter buffer latency (in ticks).
u32 nn::pia::chat::AudioInfo::lateCount |
Specifies the number of packets that were late due to network congestion or another reason.
u32 nn::pia::chat::AudioInfo::recentLateCount |
Specifies the number of packets that were late recently.
u32 nn::pia::chat::AudioInfo::recentLateRatio |
Specifies the ratio of packets that were late recently (recentLateCount / recentReceiveCount
).
u32 nn::pia::chat::AudioInfo::recentReceiveCount |
Specifies the number of packets received recently.
u32 nn::pia::chat::AudioInfo::recoverCount |
Specifies the number of recovered packets.
u32 nn::pia::chat::AudioInfo::recoverUsingSpareCount |
Specifies the number of packets that were recovered using spare packets.
u32 nn::pia::chat::AudioInfo::sequence |
Specifies the current audio packet sequence number.
u32 nn::pia::chat::AudioInfo::waitCount |
Specifies the number of times packet playback was deferred and drop recovery attempted.