EMIPLIB
|
Creates RTP packets for SILK compressed audio packets. More...
#include <miprtpsilkencoder.h>
Public Member Functions | |
bool | init (int timestampsPerSecond) |
Initializes the encoder. |
This component accepts incoming SILK compressed audio packets and generates MIPRTPSendMessage objects which can then be transferred to a MIPRTPComponent instance.
bool MIPRTPSILKEncoder::init | ( | int | timestampsPerSecond | ) |
Initializes the component.
timestampsPerSecond | Tells the component how much the RTP timestamp should be increased each second. This can be either 8000, 12000, 16000 or 24000. |