Fork me on GitHub
Loading...
Searching...
No Matches
Functions

Post-processing to generate binary files out of binary data recordings (headers) More...

#include <stdio.h>
#include "pp-rtp.h"
Include dependency graph for pp-binary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int janus_pp_binary_create (char *destination, char *metadata)
 
int janus_pp_binary_process (FILE *file, janus_pp_frame_packet *list, int *working)
 
void janus_pp_binary_close (void)
 

Detailed Description

Post-processing to generate binary files out of binary data recordings (headers)

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

◆ janus_pp_binary_close()

void janus_pp_binary_close ( void )

◆ janus_pp_binary_create()

int janus_pp_binary_create ( char * destination,
char * metadata )

◆ janus_pp_binary_process()

int janus_pp_binary_process ( FILE * file,
janus_pp_frame_packet * list,
int * working )