void vlc_h2_output_destroy(struct vlc_h2_output *)
Definition: h2output.c:331
int vlc_h2_output_send(struct vlc_h2_output *, struct vlc_h2_frame *)
Definition: h2output.c:120
Transport layer socket.
Definition: vlc_tls.h:65
struct vlc_h2_output * vlc_h2_output_create(struct vlc_tls *, bool client)
Definition: h2output.c:302
Definition: h2output.c:47
int vlc_h2_output_send_prio(struct vlc_h2_output *, struct vlc_h2_frame *)
Definition: h2output.c:115