EMIPLIB
|
Creates RTP packets for incoming video packets in H.263 encoded format. More...
#include <miprtph263encoder.h>
Public Member Functions | |
bool | init (real_t frameRate, size_t maxPayloadSize) |
Initializes the encoder. |
This component accepts incoming video packets using H.263 compression and generates MIPRTPSendMessage objects which can then be transferred to a MIPRTPComponent instance.
bool MIPRTPH263Encoder::init | ( | real_t | frameRate, |
size_t | maxPayloadSize | ||
) |
Initializes the encoder.
frameRate | Frame rate of incoming video frames. |
maxPayloadSize | Maximum length the payload of an RTP packet can have |