libdvbpsi
1.3.0
|
Application interface for the DVB "stream identifier" descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_stream_identifier_dr_s |
"stream identifier" descriptor structure. More... | |
Typedefs | |
typedef struct dvbpsi_stream_identifier_dr_s | dvbpsi_stream_identifier_dr_t |
dvbpsi_stream_identifier_dr_t type definition. | |
Functions | |
dvbpsi_stream_identifier_dr_t * | dvbpsi_DecodeStreamIdentifierDr (dvbpsi_descriptor_t *p_descriptor) |
"stream identifier" descriptor decoder. More... | |
dvbpsi_descriptor_t * | dvbpsi_GenStreamIdentifierDr (dvbpsi_stream_identifier_dr_t *p_decoded, bool b_duplicate) |
"stream identifier" descriptor generator. More... | |
Application interface for the DVB "stream identifier" descriptor decoder and generator.
dvbpsi_stream_identifier_dr_t * dvbpsi_DecodeStreamIdentifierDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"stream identifier" descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenStreamIdentifierDr | ( | dvbpsi_stream_identifier_dr_t * | p_decoded, |
bool | b_duplicate | ||
) |
"stream identifier" descriptor generator.
p_decoded | pointer to a decoded "stream identifier" descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |