upipe-ts/upipe_ts_pcr_interpolator.h header reference
Upipe module reading PCR More
Header inclusion [link]
Members [link]
Type [link]
Functions [link]
- int upipe_ts_pcr_interpolator_get_bitrate(struct upipe *upipe, struct urational *urational)
- struct upipe_mgr * upipe_ts_pcr_interpolator_mgr_alloc(void )
Description [link]
Upipe module reading PCR
Members detail [link]
#define UPIPE_TS_PCR_INTERPOLATOR_SIGNATURE [link]
This macro is declared in upipe-ts/upipe_ts_pcr_interpolator.h source file, line 34.
#define _UPIPE_TS_UPIPE_TS_PCR_INTERPOLATOR_H_ [link]
This macro is declared in upipe-ts/upipe_ts_pcr_interpolator.h source file, line 27.
This function is declared in upipe-ts/upipe_ts_pcr_interpolator.h source file, line 53.
This function returns the current bitrate of the pipe.
Parameter list:
- upipe: description structure of the pipe
- urational: filled in with the bitrate in bits per clock tick.
The return value is an error code
This function is declared in upipe-ts/upipe_ts_pcr_interpolator.h source file, line 62.
This function returns the management structure for all ts_pcr_interpolator pipes.
The return value is pointer to manager
enum upipe_ts_pcr_interpolator_sink_command [link]
This enum is declared in upipe-ts/upipe_ts_pcr_interpolator.h source file, line 38.
This enum extends upipe_command with specific commands.
| Identifier | Value | Description |
|---|---|---|
| UPIPE_TS_PCR_INTERPOLATOR_SENTINEL | 0x8000 | |
| UPIPE_TS_PCR_INTERPOLATOR_GET_BITRATE | 1 | returns the bitrate (struct urational*) * |