upipe-ts/upipe_ts_pcr_interpolator.h header reference
Upipe module reading PCR More
Header inclusion
Members
Type
Functions
- int upipe_ts_pcr_interpolator_get_bitrate(struct upipe *upipe, struct urational *urational)
- struct upipe_mgr * upipe_ts_pcr_interpolator_mgr_alloc(void )
Description
Upipe module reading PCR
Members detail
This macro is declared in upipe-ts/upipe_ts_pcr_interpolator.h source file, line 34.
This macro is declared in upipe-ts/upipe_ts_pcr_interpolator.h source file, line 27.
int upipe_ts_pcr_interpolator_get_bitrate(struct upipe *upipe, struct urational *urational)
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
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 | UPIPE_CONTROL_LOCAL | |
UPIPE_TS_PCR_INTERPOLATOR_GET_BITRATE | unknown | returns the bitrate (struct urational*) * |