int vlc_h2_output_send(struct vlc_h2_output *, struct vlc_h2_frame *)
Definition h2output.c:122
void vlc_h2_output_destroy(struct vlc_h2_output *)
Definition h2output.c:337
int vlc_h2_output_send_prio(struct vlc_h2_output *, struct vlc_h2_frame *)
Definition h2output.c:117
struct vlc_h2_output * vlc_h2_output_create(struct vlc_tls *, bool client)
Definition h2output.c:308
Transport layer socket.
Definition vlc_tls.h:66