libdvbpsi 1.3.2
|
Application interface for the MPEG 2 "audio stream" descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_astream_dr_s |
"audio stream" descriptor structure. More... |
Typedefs | |
typedef struct dvbpsi_astream_dr_s | dvbpsi_astream_dr_t |
dvbpsi_astream_dr_t type definition. |
Functions | |
dvbpsi_astream_dr_t * | dvbpsi_DecodeAStreamDr (dvbpsi_descriptor_t *p_descriptor) |
"audio stream" descriptor decoder. | |
dvbpsi_descriptor_t * | dvbpsi_GenAStreamDr (dvbpsi_astream_dr_t *p_decoded, bool b_duplicate) |
"audio stream" descriptor generator. |
Application interface for the MPEG 2 "audio stream" descriptor decoder and generator.
>
Application interface for the MPEG 2 "audio stream" descriptor decoder and generator. This descriptor's definition can be found in ISO/IEC 13818-1 section 2.6.4.
dvbpsi_astream_dr_t * dvbpsi_DecodeAStreamDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"audio stream" descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenAStreamDr | ( | dvbpsi_astream_dr_t * | p_decoded, |
bool | b_duplicate ) |
"audio stream" descriptor generator.
p_decoded | pointer to a decoded "video stream" descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |