Searched refs:PsMux (Results 1 – 6 of 6) sorted by relevance
57 static gboolean psmux_packet_out (PsMux * mux);58 static gboolean psmux_write_pack_header (PsMux * mux);59 static gboolean psmux_write_system_header (PsMux * mux);60 static gboolean psmux_write_program_stream_map (PsMux * mux);69 PsMux *72 PsMux *mux; in psmux_new()74 mux = g_slice_new0 (PsMux); in psmux_new()106 psmux_set_write_func (PsMux * mux, PsMuxWriteFunc func, void *user_data) in psmux_set_write_func()115 psmux_write_end_code (PsMux * mux) in psmux_write_end_code()130 psmux_free (PsMux * mux) in psmux_free()[all …]
59 struct PsMux { struct103 PsMux * psmux_new (void); argument104 void psmux_free (PsMux *mux);107 void psmux_set_write_func (PsMux *mux, PsMuxWriteFunc func, void *user_data);110 PsMuxStream * psmux_create_stream (PsMux *mux, PsMuxStreamType stream_type);113 gboolean psmux_write_stream_packet (PsMux *mux, PsMuxStream *stream); 114 gboolean psmux_write_end_code (PsMux *mux);116 GList * psmux_get_stream_headers (PsMux *mux);
115 typedef struct PsMux PsMux; typedef
75 PsMux *psmux;
136 PsMuxStream* psmux_stream_new (PsMux * mux, PsMuxStreamType stream_type);
68 psmux_stream_new (PsMux * mux, PsMuxStreamType stream_type) in psmux_stream_new()