MoQ request parameters. More...
#include <moq.h>

Data Fields | |
| gboolean | auth_token_set |
| Whether the AUTHORIZATION_TOKEN parameter is set. | |
| uint8_t | auth_token [256] |
| Value of the AUTHORIZATION_TOKEN parameter. | |
| size_t | auth_token_len |
| Size of the AUTHORIZATION_TOKEN parameter. | |
| gboolean | delivery_timeout_set |
| Whether the DELIVERY_TIMEOUT parameter is set. | |
| uint64_t | delivery_timeout |
| Value of the DELIVERY_TIMEOUT parameter. | |
| gboolean | max_cache_duration_set |
| Whether the MAX_CACHE_DURATION parameter is set. | |
| uint64_t | max_cache_duration |
| Value of the MAX_CACHE_DURATION parameter. | |
| gboolean | publisher_priority_set |
| Whether the PUBLISHER_PRIORITY parameter is set. | |
| uint8_t | publisher_priority |
| Value of the PUBLISHER_PRIORITY parameter. | |
| gboolean | subscriber_priority_set |
| Whether the SUBSCRIBER_PRIORITY parameter is set. | |
| uint8_t | subscriber_priority |
| Value of the SUBSCRIBER_PRIORITY parameter. | |
| gboolean | group_order_set |
| Whether the GROUP_ORDER parameter is set. | |
| imquic_moq_group_order | group_order |
| Value of the GROUP_ORDER parameter. | |
| gboolean | subscription_filter_set |
| Whether the SUBSCRIPTION_FILTER parameter is set. | |
| imquic_moq_subscription_filter | subscription_filter |
| Value of the SUBSCRIPTION_FILTER parameter. | |
| gboolean | expires_set |
| Whether the EXPIRES parameter is set. | |
| uint64_t | expires |
| Value of the EXPIRES parameter. | |
| gboolean | largest_object_set |
| Whether the LARGEST_OBJECT parameter is set. | |
| imquic_moq_location | largest_object |
| Value of the LARGEST_OBJECT parameter. | |
| gboolean | forward_set |
| Whether the FORWARD parameter is set. | |
| gboolean | forward |
| Value of the FORWARD parameter. | |
| gboolean | dynamic_groups_set |
| Whether the DYNAMIC_GROUPS parameter is set. | |
| gboolean | dynamic_groups |
| Value of the DYNAMIC_GROUPS parameter. | |
| gboolean | new_group_request_set |
| Whether the NEW_GROUP_REQUEST parameter is set. | |
| uint64_t | new_group_request |
| Value of the NEW_GROUP_REQUEST parameter. | |
| gboolean | unknown |
| Whether there's unknown parameters. | |
MoQ request parameters.
| uint8_t imquic_moq_request_parameters::auth_token[256] |
Value of the AUTHORIZATION_TOKEN parameter.
| size_t imquic_moq_request_parameters::auth_token_len |
Size of the AUTHORIZATION_TOKEN parameter.
| gboolean imquic_moq_request_parameters::auth_token_set |
Whether the AUTHORIZATION_TOKEN parameter is set.
| uint64_t imquic_moq_request_parameters::delivery_timeout |
Value of the DELIVERY_TIMEOUT parameter.
| gboolean imquic_moq_request_parameters::delivery_timeout_set |
Whether the DELIVERY_TIMEOUT parameter is set.
| gboolean imquic_moq_request_parameters::dynamic_groups |
Value of the DYNAMIC_GROUPS parameter.
| gboolean imquic_moq_request_parameters::dynamic_groups_set |
Whether the DYNAMIC_GROUPS parameter is set.
| uint64_t imquic_moq_request_parameters::expires |
Value of the EXPIRES parameter.
| gboolean imquic_moq_request_parameters::expires_set |
Whether the EXPIRES parameter is set.
| gboolean imquic_moq_request_parameters::forward |
Value of the FORWARD parameter.
| gboolean imquic_moq_request_parameters::forward_set |
Whether the FORWARD parameter is set.
| imquic_moq_group_order imquic_moq_request_parameters::group_order |
Value of the GROUP_ORDER parameter.
| gboolean imquic_moq_request_parameters::group_order_set |
Whether the GROUP_ORDER parameter is set.
| imquic_moq_location imquic_moq_request_parameters::largest_object |
Value of the LARGEST_OBJECT parameter.
| gboolean imquic_moq_request_parameters::largest_object_set |
Whether the LARGEST_OBJECT parameter is set.
| uint64_t imquic_moq_request_parameters::max_cache_duration |
Value of the MAX_CACHE_DURATION parameter.
| gboolean imquic_moq_request_parameters::max_cache_duration_set |
Whether the MAX_CACHE_DURATION parameter is set.
| uint64_t imquic_moq_request_parameters::new_group_request |
Value of the NEW_GROUP_REQUEST parameter.
| gboolean imquic_moq_request_parameters::new_group_request_set |
Whether the NEW_GROUP_REQUEST parameter is set.
| uint8_t imquic_moq_request_parameters::publisher_priority |
Value of the PUBLISHER_PRIORITY parameter.
| gboolean imquic_moq_request_parameters::publisher_priority_set |
Whether the PUBLISHER_PRIORITY parameter is set.
| uint8_t imquic_moq_request_parameters::subscriber_priority |
Value of the SUBSCRIBER_PRIORITY parameter.
| gboolean imquic_moq_request_parameters::subscriber_priority_set |
Whether the SUBSCRIBER_PRIORITY parameter is set.
| imquic_moq_subscription_filter imquic_moq_request_parameters::subscription_filter |
Value of the SUBSCRIPTION_FILTER parameter.
| gboolean imquic_moq_request_parameters::subscription_filter_set |
Whether the SUBSCRIPTION_FILTER parameter is set.
| gboolean imquic_moq_request_parameters::unknown |
Whether there's unknown parameters.