upipe-ts/upipe_ts_decaps.h header reference
Upipe module decapsulating (removing TS header) TS packets More
Header inclusion [link]
Members [link]
Type [link]
Functions [link]
- int upipe_ts_decaps_get_packets_lost(struct upipe *upipe, uint64_t *lost_p)
- struct upipe_mgr * upipe_ts_decaps_mgr_alloc(void )
Description [link]
Upipe module decapsulating (removing TS header) TS packets
Members detail [link]
#define UPIPE_TS_DECAPS_SIGNATURE [link]
This macro is declared in upipe-ts/upipe_ts_decaps.h source file, line 33.
#define _UPIPE_TS_UPIPE_TS_DECAPS_H_ [link]
This macro is declared in upipe-ts/upipe_ts_decaps.h source file, line 26.
enum upipe_ts_decaps_command [link]
This enum is declared in upipe-ts/upipe_ts_decaps.h source file, line 38.
This enum extends upipe_command with specific commands for upipe_ts_decaps pipes.
| Identifier | Value | Description |
|---|---|---|
| UPIPE_TS_DECAPS_SENTINEL | 0x8000 | |
| UPIPE_TS_DECAPS_GET_PACKETS_LOST | 1 |
This function is declared in upipe-ts/upipe_ts_decaps.h source file, line 54.
This function returns the number of packets presumed lost due to continuity errors since the last call to this function. The pipe's internal counter is reset to 0 each time this function is called.
Parameter list:
- upipe: description structure of the pipe
- lost_p: filled in with the number of packets lost
The return value is an error code
This function is declared in upipe-ts/upipe_ts_decaps.h source file, line 63.
This function returns the management structure for all ts_decaps pipes.
The return value is pointer to manager