mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
* WIP commit * WIP commit * Remove debug * Revert to reduce diff * Fix tests * Determine spatial layer from track info quality if non-simulcast * Adjust for invalid layer on no rid, previously that function was returning 0 for no rid case * Fall back to top level width/height if there are no layers * Use duration from RTPDeltaInfo
7 lines
112 B
Go
7 lines
112 B
Go
package buffer
|
|
|
|
type StreamStatsWithLayers struct {
|
|
RTPStats *RTPDeltaInfo
|
|
Layers map[int32]*RTPDeltaInfo
|
|
}
|