podcast.c File Reference

Include dependency graph for podcast.c:


Defines

#define SET_DATA(field, name)
#define ADD_GINFO(info, name)
#define ADD_INFO(info, field)

Functions

static int Demux (demux_t *p_demux)
static int Control (demux_t *p_demux, int i_query, va_list args)
static mtime_t strTimeToMTime (const char *psz)
int Import_podcast (vlc_object_t *p_this)
void Close_podcast (vlc_object_t *p_this)

Define Documentation

#define ADD_GINFO ( info,
name   ) 

Value:

else if( !strcmp( psz_elname, name ) ) \
    { \
        input_item_AddInfo( p_current_input, _("Podcast Info"), \
                                _( info ), "%s", psz_text ); \
    }

Referenced by Demux().

#define ADD_INFO ( info,
field   ) 

Value:

if( field ) { input_item_AddInfo( p_input, \
                            _( "Podcast Info" ),  _( info ), "%s", field ); }

Referenced by Demux().

#define SET_DATA ( field,
name   ) 

Value:

else if( !strcmp( psz_elname, name ) )      \
    {                                           \
        field = psz_text;                       \
    }

Referenced by Demux().


Function Documentation

void Close_podcast ( vlc_object_t p_this  ) 

static int Control ( demux_t p_demux,
int  i_query,
va_list  args 
) [static]

References VLC_EGENERIC, and VLC_UNUSED.

static int Demux ( demux_t p_demux  )  [static]

int Import_podcast ( vlc_object_t p_this  ) 

static mtime_t strTimeToMTime ( const char *  psz  )  [static]

Referenced by Demux().


Generated on Tue May 25 08:05:17 2010 for VLC by  doxygen 1.5.6