upipe-ts/upipe_ts_pat_decoder.h header reference
Upipe module decoding the program association table of TS streams More
Header inclusion
Members
Type
Functions
- bool upipe_ts_patd_get_nit(struct upipe *upipe, struct uref **flow_def_p)
- struct upipe_mgr * upipe_ts_patd_mgr_alloc(void )
Description
Upipe module decoding the program association table of TS streams
Members detail
This macro is declared in upipe-ts/upipe_ts_pat_decoder.h source file, line 34.
This macro is declared in upipe-ts/upipe_ts_pat_decoder.h source file, line 26.
This enum is declared in upipe-ts/upipe_ts_pat_decoder.h source file, line 38.
This enum extends upipe_command with specific commands for ts patd.
Identifier | Value | Description |
---|---|---|
UPIPE_TS_PATD_SENTINEL | UPIPE_CONTROL_LOCAL | |
UPIPE_TS_PATD_GET_NIT | unknown | returns the flow definition of the NIT (struct uref **) |
This function is declared in upipe-ts/upipe_ts_pat_decoder.h source file, line 53.
This function returns the flow definition of the NIT.
Parameter list:
- upipe: description structure of the pipe
- flow_def_p: filled in with the flow definition
The return value is false in case of error
This function is declared in upipe-ts/upipe_ts_pat_decoder.h source file, line 62.
This function returns the management structure for all ts_patd pipes.
The return value is pointer to manager