Home
last modified time | relevance | path

Searched defs:pa_rtp_context (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/rtp/
Drtp-native.c47 typedef struct pa_rtp_context { struct
59 } pa_rtp_context; argument
Drtp-gstreamer.c48 struct pa_rtp_context { struct
49 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
Drtp.h30 typedef struct pa_rtp_context pa_rtp_context; typedef