libgpac
Documentation of the core library of GPAC
in_dvb4linux.c File Reference
#include <gpac/filters.h>
#include <gpac/constants.h>
#include <gpac/network.h>
+ Include dependency graph for in_dvb4linux.c:

Macros

#define OFFS(_n)   #_n, -1
 

Functions

static GF_Err dvblin_process (GF_Filter *filter)
 
void dvbin_cleanreg (GF_FilterSession *session, GF_FilterRegister *freg)
 
static GF_Err dvbin_list_channels (GF_FilterRegister *for_reg, void *_for_ctx)
 
const GF_FilterRegister * dvbin_register (GF_FilterSession *session)
 

Variables

static const GF_FilterArgs DVBLinuxArgs []
 
static const GF_FilterCapability DVBLinuxCaps []
 
GF_FilterRegister DVBLinuxRegister
 

Macro Definition Documentation

◆ OFFS

#define OFFS (   _n)    #_n, -1

Function Documentation

◆ dvblin_process()

static GF_Err dvblin_process ( GF_Filter *  filter)
static

◆ dvbin_cleanreg()

void dvbin_cleanreg ( GF_FilterSession *  session,
GF_FilterRegister *  freg 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ dvbin_list_channels()

static GF_Err dvbin_list_channels ( GF_FilterRegister *  for_reg,
void *  _for_ctx 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ dvbin_register()

const GF_FilterRegister* dvbin_register ( GF_FilterSession *  session)
+ Here is the call graph for this function:

Variable Documentation

◆ DVBLinuxArgs

const GF_FilterArgs DVBLinuxArgs[]
static
Initial value:
=
{
{ OFFS(src), "URL of source content", GF_PROP_NAME, NULL, NULL, 0},
{ OFFS(block_size), "block size used to read device", GF_PROP_UINT, "65536", NULL, GF_FS_ARG_HINT_ADVANCED},
{ OFFS(chcfg), "path to channels configuration file", GF_PROP_NAME, "$GCFG/channels.conf", NULL, 0},
{ OFFS(dev), "path to DVB adapter - if first character is a number, this is the device index", GF_PROP_STRING, "0", NULL, 0},
{ OFFS(idx), "frontend index", GF_PROP_UINT, "0", NULL, 0},
{ OFFS(timeout), "timeout in ms before tune failure", GF_PROP_UINT, "5000", NULL, 0},
{ OFFS(csleep), "config sleep in ms between DiSEqC commands", GF_PROP_UINT, "15", NULL, 0},
{ OFFS(csidx), "committed switch index for DiSEqC", GF_PROP_UINT, "0", NULL, 0},
{ OFFS(chans), "list of all channels, only pupulated for dvb://@chlist URL", GF_PROP_STRING_LIST, NULL, NULL, 0},
{0}
}
@ GF_FS_ARG_HINT_ADVANCED
Definition: filters.h:2106
@ GF_PROP_STRING
Definition: filters.h:876
@ GF_PROP_STRING_LIST
Definition: filters.h:895
@ GF_PROP_NAME
Definition: filters.h:884
@ GF_PROP_UINT
Definition: filters.h:852
#define OFFS(_n)
Definition: in_dvb4linux.c:785

◆ DVBLinuxCaps

const GF_FilterCapability DVBLinuxCaps[]
static
Initial value:
=
{
}
@ GF_STREAM_FILE
Definition: constants.h:104
#define GF_CAPS_OUTPUT
Definition: filters.h:2236
#define CAP_UINT(_f, _a, _b)
Definition: filters.h:2176
@ GF_PROP_PID_STREAM_TYPE
Definition: filters.h:1112

◆ DVBLinuxRegister

GF_FilterRegister DVBLinuxRegister