MoQ subscribe 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 | unknown |
| Whether there's unknown parameters. | |
MoQ subscribe parameters.
| uint8_t imquic_moq_subscribe_parameters::auth_token[256] |
Value of the AUTHORIZATION_TOKEN parameter.
| size_t imquic_moq_subscribe_parameters::auth_token_len |
Size of the AUTHORIZATION_TOKEN parameter.
| gboolean imquic_moq_subscribe_parameters::auth_token_set |
Whether the AUTHORIZATION_TOKEN parameter is set.
| uint64_t imquic_moq_subscribe_parameters::delivery_timeout |
Value of the DELIVERY_TIMEOUT parameter.
| gboolean imquic_moq_subscribe_parameters::delivery_timeout_set |
Whether the DELIVERY_TIMEOUT parameter is set.
| uint64_t imquic_moq_subscribe_parameters::max_cache_duration |
Value of the MAX_CACHE_DURATION parameter.
| gboolean imquic_moq_subscribe_parameters::max_cache_duration_set |
Whether the MAX_CACHE_DURATION parameter is set.
| gboolean imquic_moq_subscribe_parameters::unknown |
Whether there's unknown parameters.