upipe-modules/upipe_rtp_source.h header reference
Bin pipe decapsulating RTP packets from a UDP source More
Header inclusion [link]
Members [link]
Type [link]
Functions [link]
- struct upipe_mgr * upipe_rtpsrc_mgr_alloc(void )
- int upipe_rtpsrc_mgr_get_rtpd_mgr(struct upipe_mgr *mgr, struct upipe_mgr *p)
- int upipe_rtpsrc_mgr_get_setflowdef_mgr(struct upipe_mgr *mgr, struct upipe_mgr *p)
- int upipe_rtpsrc_mgr_get_udpsrc_mgr(struct upipe_mgr *mgr, struct upipe_mgr *p)
- int upipe_rtpsrc_mgr_set_rtpd_mgr(struct upipe_mgr *mgr, struct upipe_mgr *m)
- int upipe_rtpsrc_mgr_set_setflowdef_mgr(struct upipe_mgr *mgr, struct upipe_mgr *m)
- int upipe_rtpsrc_mgr_set_udpsrc_mgr(struct upipe_mgr *mgr, struct upipe_mgr *m)
Description [link]
Bin pipe decapsulating RTP packets from a UDP source
Members detail [link]
#define UPIPE_RTPSRC_MGR_GET_SET_MGR(name, NAME) [link]
This macro is declared in upipe-modules/upipe_rtp_source.h source file, line 51.
#define UPIPE_RTPSRC_MGR_GET_SET_MGR2(name, NAME) [link]
This macro is declared in upipe-modules/upipe_rtp_source.h source file, line 65.
#define UPIPE_RTPSRC_SIGNATURE [link]
This macro is declared in upipe-modules/upipe_rtp_source.h source file, line 38.
#define _UPIPE_MODULES_UPIPE_RTP_SOURCE_H_ [link]
This macro is declared in upipe-modules/upipe_rtp_source.h source file, line 31.
This function is declared in upipe-modules/upipe_rtp_source.h source file, line 45.
This function returns the management structure for all rtpsrc pipes.
The return value is pointer to manager
enum upipe_rtpsrc_mgr_command [link]
This enum is declared in upipe-modules/upipe_rtp_source.h source file, line 48.
This enum extends upipe_mgr_command with specific commands for rtpsrc.
| Identifier | Value | Description |
|---|---|---|
| UPIPE_RTPSRC_MGR_SENTINEL | 0x8000 | |
| UPIPE_RTPSRC_MGR_GET_UDPSRC_MGR | 1 | returns the current manager for udpsrc inner pipes (struct upipe_mgr **) |
| UPIPE_RTPSRC_MGR_SET_UDPSRC_MGR | 2 | sets the manager for udpsrc inner pipes (struct upipe_mgr *) |
| UPIPE_RTPSRC_MGR_GET_RTPD_MGR | 3 | returns the current manager for rtpd inner pipes (struct upipe_mgr **) |
| UPIPE_RTPSRC_MGR_SET_RTPD_MGR | 4 | sets the manager for rtpd inner pipes (struct upipe_mgr *) |
| UPIPE_RTPSRC_MGR_GET_SETFLOWDEF_MGR | 5 | returns the current manager for setflowdef inner pipes (struct upipe_mgr **) |
| UPIPE_RTPSRC_MGR_SET_SETFLOWDEF_MGR | 6 | sets the manager for setflowdef inner pipes (struct upipe_mgr *) |
This function is declared in upipe-modules/upipe_rtp_source.h source file, line 96.
This function returns the current manager for rtpd inner pipes.
Parameter list:
- mgr: pointer to manager
- p: filled in with the rtpd manager
The return value is an error code
This function is declared in upipe-modules/upipe_rtp_source.h source file, line 97.
This function returns the current manager for setflowdef inner pipes.
Parameter list:
- mgr: pointer to manager
- p: filled in with the setflowdef manager
The return value is an error code
This function is declared in upipe-modules/upipe_rtp_source.h source file, line 95.
This function returns the current manager for udpsrc inner pipes.
Parameter list:
- mgr: pointer to manager
- p: filled in with the udpsrc manager
The return value is an error code
This function is declared in upipe-modules/upipe_rtp_source.h source file, line 96.
This function sets the manager for rtpd inner pipes. This may only be called before any pipe has been allocated.
Parameter list:
- mgr: pointer to manager
- m: pointer to rtpd manager
The return value is an error code
This function is declared in upipe-modules/upipe_rtp_source.h source file, line 97.
This function sets the manager for setflowdef inner pipes. This may only be called before any pipe has been allocated.
Parameter list:
- mgr: pointer to manager
- m: pointer to setflowdef manager
The return value is an error code
This function is declared in upipe-modules/upipe_rtp_source.h source file, line 95.
This function sets the manager for udpsrc inner pipes. This may only be called before any pipe has been allocated.
Parameter list:
- mgr: pointer to manager
- m: pointer to udpsrc manager
The return value is an error code