view input/lirc.h @ 18226:fcf90803a951

Add properties to get/set the stream position and get the stream start pos, end pos and length. Based on Reimar's patch.
author albeu
date Sun, 23 Apr 2006 15:39:51 +0000
parents d375383e1a48
children 6ac1ece1f9fe
line wrap: on
line source



int 
mp_input_lirc_init(void);

int
mp_input_lirc_read(int fd,char* dest, int s);

void
mp_input_lirc_close(int fd);