- From: sunil <deshpande.sunil@gmail.com>
- Date: Tue, 25 Jun 2013 11:26:32 +0530
- To: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Cc: David Ronca <dronca@netflix.com>, public-texttracks@w3.org
Received on Tuesday, 25 June 2013 08:44:20 UTC
Hi All, I am not sure this is the proper forum to dicsuss, still I sent this mail atleast some one from this group can refer me the proper forum. I am trying to test webvtt-master.zip code/library from http://dev.w3.org/html5/webvtt/ site. I am trying to use their Unit test code to test. I wanted to print the parsed subtittle content using the callback function. cue( void *userdata, webvtt_cue *cue ) { /* do nothing! */ (void)userdata; (void)cue; printf(" the QUE data:[%s]\n", cue->body.d); } But I am unable to print. Could any help me to print this parsed content? Please let me know if you need more information for this issue? Warm Regards, Sunil Deshpande Bangalore
Received on Tuesday, 25 June 2013 08:44:20 UTC