MoQ subscription, whether this is a publisher or a subscriber. More...
#include <moq.h>

Data Fields | |
| uint64_t | request_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_subgroup |
| Streams for this subscription, indexed by subgroup. | |
| size_t | streams_count |
| Count of how many streams were used for this subscription. | |
MoQ subscription, whether this is a publisher or a subscriber.
| gboolean imquic_moq_subscription::fetch |
Whether this is a FETCH.
| uint64_t imquic_moq_subscription::request_id |
ID of the subscription.
| imquic_moq_stream* imquic_moq_subscription::stream |
Stream for this subscription, in case it's a single one.
| GHashTable* imquic_moq_subscription::streams_by_subgroup |
Streams for this subscription, indexed by subgroup.
| size_t imquic_moq_subscription::streams_count |
Count of how many streams were used for this subscription.
| uint64_t imquic_moq_subscription::track_alias |
Track alias.