|
libdvbpsi 1.3.2
|
Application interface for the time shifted service descriptor decoder and generator. More...

Go to the source code of this file.
Data Structures | |
| struct | dvbpsi_tshifted_service_dr_s |
| struct dvbpsi_tshifted_service_dr_s More... | |
Typedefs | |
| typedef struct dvbpsi_tshifted_service_dr_s | dvbpsi_tshifted_service_dr_t |
| dvbpsi_tshifted_service_dr_t type definition. | |
Functions | |
| dvbpsi_tshifted_service_dr_t * | dvbpsi_DecodeTimeShiftedServiceDr (dvbpsi_descriptor_t *p_descriptor) |
| "time shifted service" descriptor decoder. | |
| dvbpsi_descriptor_t * | dvbpsi_GenTimeShiftedServiceDr (dvbpsi_tshifted_service_dr_t *p_decoded, bool b_duplicate) |
| "time shifted service" descriptor generator. | |
Application interface for the time shifted service descriptor decoder and generator.
>
Application interface for the DVB time shifted service descriptor descriptor decoder and generator. This descriptor's definition can be found in ETSI EN 300 468 section 6.2.45.
| dvbpsi_tshifted_service_dr_t * dvbpsi_DecodeTimeShiftedServiceDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"time shifted service" descriptor decoder.
| p_descriptor | pointer to the descriptor structure |
| dvbpsi_descriptor_t * dvbpsi_GenTimeShiftedServiceDr | ( | dvbpsi_tshifted_service_dr_t * | p_decoded, |
| bool | b_duplicate ) |
"time shifted service" descriptor generator.
| p_decoded | pointer to a decoded "time shifted service" descriptor structure |
| b_duplicate | if true then duplicate the p_decoded structure into the descriptor |