Application interface for the RST decoder and the RST generator.
More...
Go to the source code of this file.
Application interface for the RST decoder and the RST generator.
>
- Author
- Corno Roberto corno.nosp@m..rob.nosp@m.erto@.nosp@m.gmai.nosp@m.l.com
Application interface for the RST decoder and the RST generator. New decoded RST tables are sent by callback to the application.
◆ dvbpsi_rst_delete()
Clean and free a dvbpsi_rst_t structure.
- Parameters
-
p_rst | pointer to the RST structure |
- Returns
- nothing.
◆ dvbpsi_rst_detach()
void dvbpsi_rst_detach |
( |
dvbpsi_t * |
p_dvbpsi | ) |
|
Destroy a RST decoder.
- Parameters
-
p_dvbpsi | handle to dvbpsi with attached decoder |
p_dvbpsi | handle holds the decoder pointer |
- Returns
- nothing.
The handle isn't valid any more.
◆ dvbpsi_rst_empty()
Clean a dvbpsi_rst_t structure.
- Parameters
-
p_rst | pointer to the RST structure |
- Returns
- nothing.
◆ dvbpsi_rst_event_add()
dvbpsi_rst_event_t * dvbpsi_rst_event_add |
( |
dvbpsi_rst_t * |
p_rst, |
|
|
uint16_t |
i_ts_id, |
|
|
uint16_t |
i_orig_network_id, |
|
|
uint16_t |
i_service_id, |
|
|
uint16_t |
i_event_id, |
|
|
uint8_t |
i_running_status |
|
) |
| |
Add an event in the RST.
- Parameters
-
p_rst | pointer to the RST structure |
i_ts_id | event's transport stream id |
i_orig_network_id | event's original network id |
i_service_id | event's service id |
i_event_id | event's id |
i_running_status | event's running status |
- Returns
- a pointer to the added event.
◆ dvbpsi_rst_init()
Initialize a user-allocated dvbpsi_cat_t structure.
- Parameters
-
p_rst | pointer to the RST structure |
- Returns
- nothing.
◆ dvbpsi_rst_new()
Allocate and initialize a new dvbpsi_rst_t structure.
- Returns
- p_rst pointer to the RST structure