libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
Data Fields
dvb_file Struct Reference

Describes an entire DVB file opened. More...

#include <dvb-file.h>

Collaboration diagram for dvb_file:
Collaboration graph
[legend]

Data Fields

char * fname
 
int n_entries
 
struct dvb_entryfirst_entry
 

Detailed Description

Describes an entire DVB file opened.

Parameters
fnamename of the file
n_entriesnumber of the entries read
first_entryentry for the first entry. NULL if the file is empty.
Examples
dvb-format-convert.c, dvbv5-scan.c, and dvbv5-zap.c.

Definition at line 135 of file dvb-file.h.

Field Documentation

◆ first_entry

struct dvb_entry* dvb_file::first_entry
Examples
dvbv5-scan.c, and dvbv5-zap.c.

Definition at line 138 of file dvb-file.h.

Referenced by dvb_file_free().

◆ fname

char* dvb_file::fname

Definition at line 136 of file dvb-file.h.

◆ n_entries

int dvb_file::n_entries

Definition at line 137 of file dvb-file.h.


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