9#include <compy/priv/compiler_attrs.h>
155 size_t len) COMPY_PRIV_MUST_USE;
uint8_t * Compy_RtpHeader_serialize(Compy_RtpHeader self, uint8_t buffer[restrict]) COMPY_PRIV_MUST_USE
Writes self to buffer.
Definition rtp.c:38
size_t Compy_RtpHeader_size(Compy_RtpHeader self) COMPY_PRIV_MUST_USE
Computes the size of the binary self.
Definition rtp.c:14
int Compy_RtpHeader_deserialize(Compy_RtpHeader *restrict self, const uint8_t *data, size_t len) COMPY_PRIV_MUST_USE
Parses an RTP header from a binary buffer.
Definition rtp.c:101