|
vdr 2.6.1
|
#include <endian.h>Go to the source code of this file.
Namespaces | |
| namespace | SI |
Typedefs | |
| typedef unsigned char | SI::u_char |
| #define GetDescriptorLength | ( | x | ) | (((descr_gen_t *) x)->descriptor_length+DESCR_GEN_LEN) |
| #define GetDescriptorTag | ( | x | ) | (((descr_gen_t *) x)->descriptor_tag) |
| #define GetSDTOriginalNetworkId | ( | x | ) | (HILO(((sdt_t *) x)->original_network_id)) |
| #define GetSDTTransportStreamId | ( | x | ) | (HILO(((sdt_t *) x)->transport_stream_id)) |