Fork me on GitHub
Functions | Variables

Post-processing to generate .srt files. More...

#include <arpa/inet.h>
#include <endian.h>
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
#include "pp-srt.h"
#include "../debug.h"
Include dependency graph for pp-srt.c:

Functions

int janus_pp_srt_create (char *destination, char *metadata)
 
int janus_pp_srt_process (FILE *file, janus_pp_frame_packet *list, int *working)
 
void janus_pp_srt_close (void)
 

Variables

FILE * srt_file = NULL
 

Detailed Description

Post-processing to generate .srt files.

Author
Lorenzo Miniero loren.nosp@m.zo@m.nosp@m.eetec.nosp@m.ho.c.nosp@m.om

Implementation of the post-processing code needed to generate .srt files out of text data recordings.

Recordings post-processing utility

Function Documentation

void janus_pp_srt_close ( void  )
int janus_pp_srt_create ( char *  destination,
char *  metadata 
)
int janus_pp_srt_process ( FILE *  file,
janus_pp_frame_packet list,
int *  working 
)

Variable Documentation

FILE* srt_file = NULL