libdvbpsi 1.3.2
dr_86.h File Reference

Decode Caption Service 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_caption_service_s
 Caption Service. More...
 
struct  dvbpsi_caption_service_dr_s
 Caption Service Descriptor. More...
 

Typedefs

typedef struct dvbpsi_caption_service_s dvbpsi_caption_service_t
 dvbpsi_caption_service_t type definition.
 
typedef struct dvbpsi_caption_service_dr_s dvbpsi_caption_service_dr_t
 dvbpsi_caption_service_dr_t type definition.
 

Functions

dvbpsi_caption_service_dr_tdvbpsi_DecodeCaptionServiceDr (dvbpsi_descriptor_t *p_descriptor)
 Decode a Caption Service descriptor (tag 0x86)
 

Detailed Description

Decode Caption Service Descriptor.

Author
Michael Ira Krufky

Function Documentation

◆ dvbpsi_DecodeCaptionServiceDr()

dvbpsi_caption_service_dr_t * dvbpsi_DecodeCaptionServiceDr ( dvbpsi_descriptor_t * p_descriptor)

Decode a Caption Service descriptor (tag 0x86)

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