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

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

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

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)
 

Variables

FILE * binary_file = NULL
 

Detailed Description

Post-processing to generate binary files out of binary data recordings.

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 binary files out of binary data recordings: more precisely, the code simply extracts the data from the packets and appends it to the provided file exactly as it is, with no header/footer.

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 
)

Variable Documentation

◆ binary_file

FILE* binary_file = NULL