libnrsc5 5032de3
NRSC-5 digital radio via the RTL-SDR
Loading...
Searching...
No Matches
Data Fields
nrsc5_sis_dsd_t Struct Reference

#include <nrsc5.h>

Data Fields

struct nrsc5_sis_dsd_tnext
 
unsigned int access
 
unsigned int type
 
uint32_t mime_type
 

Detailed Description

Station Information Service Data service descriptor. This is a linked list element that may point to further data service descriptors via next member if not NULL. See nrsc5_service_data_type_name() for named types of data. Refer to NRSC-5 document SY_IDD_1020s.

Field Documentation

◆ access

unsigned int nrsc5_sis_dsd_t::access

NRSC5_ACCESS_PUBLIC or NRSC5_ACCESS_RESTRICTED

◆ mime_type

uint32_t nrsc5_sis_dsd_t::mime_type

MIME type, e.g. NRSC5_MIME_TEXT

◆ next

struct nrsc5_sis_dsd_t* nrsc5_sis_dsd_t::next

Pointer to next element or NULL

◆ type

unsigned int nrsc5_sis_dsd_t::type

data service type, e.g. NRSC5_SERVICE_DATA_TYPE_TEXT


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