pps_encoder_reset

Reset an encoder prior to encoding new data

Synopsis:

#include <pps.h>
            
void pps_encoder_reset(pps_encoder_t *encoder);

Arguments:

encoder
A pointer to the PPS encoder structure.

Library:

libpps

Description:

The function pps_encoder_reset() resets an encoder prior to encoding new data. It's typically preferred to call pps_encoder_reset() rather than pps_encoder_cleanup() if the encoder is to be reused because by using pps_encoder_reset() the encoder will eventually acquire a buffer large enough such that it will require no subsequent memory allocation.

Returns:

None.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes