libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
dvb_desc_event_short Struct Reference

Structure containing the short event descriptor. More...

#include <desc_event_short.h>

Collaboration diagram for dvb_desc_event_short:

Data Fields

uint8_t type
 
uint8_t length
 
struct dvb_descnext
 
unsigned char language [4]
 
char * name
 
char * name_emph
 
char * text
 
char * text_emph
 

Detailed Description

Structure containing the short event descriptor.

Parameters
typedescriptor tag
lengthdescriptor length
nextpointer to struct dvb_desc
languageISO 639 language code
nameevent name string
name_emphevent name emphasis string
textevent text string
text_emphevent text emphasis string

The emphasis text is the one that uses asterisks. For example, in the text: "the quick *fox* jumps over the lazy table" the emphasis would be "fox".

Definition at line 60 of file desc_event_short.h.

Field Documentation

unsigned char dvb_desc_event_short::language[4]

Definition at line 65 of file desc_event_short.h.

uint8_t dvb_desc_event_short::length

Definition at line 62 of file desc_event_short.h.

char* dvb_desc_event_short::name

Definition at line 66 of file desc_event_short.h.

char* dvb_desc_event_short::name_emph

Definition at line 67 of file desc_event_short.h.

struct dvb_desc* dvb_desc_event_short::next

Definition at line 63 of file desc_event_short.h.

char* dvb_desc_event_short::text

Definition at line 68 of file desc_event_short.h.

char* dvb_desc_event_short::text_emph

Definition at line 69 of file desc_event_short.h.

uint8_t dvb_desc_event_short::type

Definition at line 61 of file desc_event_short.h.


The documentation for this struct was generated from the following file: