MoQ subscription, whether this is a publisher or a subscriber. More...
#include <moq.h>
Data Fields | |
uint64_t | subscribe_id |
ID of the subscription. | |
uint64_t | track_alias |
Track alias. | |
gboolean | fetch |
Whether this is a FETCH. | |
imquic_moq_stream * | stream |
Stream for this subscription, in case it's a single one. | |
GHashTable * | streams_by_group |
Streams for this subscription, indexed by group. | |
GHashTable * | streams_by_subgroup |
Streams for this subscription, indexed by subgroup. | |
MoQ subscription, whether this is a publisher or a subscriber.
gboolean imquic_moq_subscription::fetch |
Whether this is a FETCH.
imquic_moq_stream* imquic_moq_subscription::stream |
Stream for this subscription, in case it's a single one.
GHashTable* imquic_moq_subscription::streams_by_group |
Streams for this subscription, indexed by group.
GHashTable* imquic_moq_subscription::streams_by_subgroup |
Streams for this subscription, indexed by subgroup.
uint64_t imquic_moq_subscription::subscribe_id |
ID of the subscription.
uint64_t imquic_moq_subscription::track_alias |
Track alias.