libdvbpsi 1.3.2
dr_13.h File Reference

Decode Carousel id Descriptor. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dvbpsi_carousel_id_dr_s
 Data Broadcast id Descriptor. More...
 

Typedefs

typedef struct dvbpsi_carousel_id_dr_s dvbpsi_carousel_id_dr_t
 dvbpsi_carousel_id_dr_t type definition.
 

Functions

dvbpsi_carousel_id_dr_tdvbpsi_DecodeCarouselIdDr (dvbpsi_descriptor_t *p_descriptor)
 Decode a Carousel id descriptor (tag 0x13)
 

Detailed Description

Decode Carousel id Descriptor.

Author
Adam Charrett

Function Documentation

◆ dvbpsi_DecodeCarouselIdDr()

dvbpsi_carousel_id_dr_t * dvbpsi_DecodeCarouselIdDr ( dvbpsi_descriptor_t * p_descriptor)

Decode a Carousel id descriptor (tag 0x13)

Parameters
p_descriptorRaw descriptor to decode.
Returns
NULL if the descriptor could not be decoded or a pointer to a dvbpsi_carousel_id_dr_t structure.