Searched defs:pa_rtp_context (Results 1 – 3 of 3) sorted by relevance
47 typedef struct pa_rtp_context { struct59 } pa_rtp_context; argument
48 struct pa_rtp_context { struct49 pa_fdsem *fdsem;50 pa_sample_spec ss;52 GstElement *pipeline;76 static bool init_send_pipeline(pa_rtp_context *c, int fd, uint8_t payload, size_t mtu, const pa_sam… in init_send_pipeline() argument
30 typedef struct pa_rtp_context pa_rtp_context; typedef