Helper struct for processing and tracking AV1-SVC streams. More...
#include <rtp.h>
Data Fields | |
uint8_t | tcnt |
Number of templates advertised via Dependency Descriptor. More... | |
uint8_t | tioff |
Template ID offset, as advertised via Dependency Descriptor. More... | |
GHashTable * | templates |
Map of templates advertised via Dependency Descriptor, indexed by ID. More... | |
int | spatial_layers |
How many spatial and temporal layers are available. More... | |
int | temporal_layers |
gboolean | updated |
Whether this context changed since the last update. More... | |
Helper struct for processing and tracking AV1-SVC streams.
int janus_av1_svc_context::spatial_layers |
How many spatial and temporal layers are available.
uint8_t janus_av1_svc_context::tcnt |
Number of templates advertised via Dependency Descriptor.
GHashTable* janus_av1_svc_context::templates |
Map of templates advertised via Dependency Descriptor, indexed by ID.
int janus_av1_svc_context::temporal_layers |
uint8_t janus_av1_svc_context::tioff |
Template ID offset, as advertised via Dependency Descriptor.
gboolean janus_av1_svc_context::updated |
Whether this context changed since the last update.